com.jdroid.java.exception
Class BusinessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jdroid.java.exception.AbstractException
com.jdroid.java.exception.ErrorCodeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BusinessException
public BusinessException(ErrorCode errorCode,
Object... errorCodeParameters)
BusinessException
public BusinessException(ErrorCode errorCode)
Copyright © 2014. All rights reserved.