com.jdroid.java.exception
Class BusinessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jdroid.java.exception.AbstractException
                  extended by com.jdroid.java.exception.ErrorCodeException
                      extended by com.jdroid.java.exception.BusinessException
All Implemented Interfaces:
Serializable

public class BusinessException
extends ErrorCodeException

Expected Business exceptions that are related to the app's business logic.

See Also:
Serialized Form

Constructor Summary
BusinessException(ErrorCode errorCode)
           
BusinessException(ErrorCode errorCode, Object... errorCodeParameters)
           
 
Method Summary
 
Methods inherited from class com.jdroid.java.exception.ErrorCodeException
getErrorCode, getErrorCodeParameters
 
Methods inherited from class com.jdroid.java.exception.AbstractException
addParameter, getParameter, getParameters, hasParameter
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessException

public BusinessException(ErrorCode errorCode,
                         Object... errorCodeParameters)

BusinessException

public BusinessException(ErrorCode errorCode)


Copyright © 2014. All rights reserved.