com.jdroid.java.exception
Class ErrorCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jdroid.java.exception.AbstractException
com.jdroid.java.exception.ErrorCodeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ApplicationException, BusinessException
public class ErrorCodeException
- extends AbstractException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ErrorCodeException
protected ErrorCodeException()
ErrorCodeException
protected ErrorCodeException(Throwable throwable)
ErrorCodeException
public ErrorCodeException(String errorMessage)
ErrorCodeException
public ErrorCodeException(ErrorCode errorCode,
Throwable throwable)
ErrorCodeException
public ErrorCodeException(ErrorCode errorCode,
String message)
ErrorCodeException
public ErrorCodeException(ErrorCode errorCode,
Object... errorCodeParameters)
ErrorCodeException
public ErrorCodeException(ErrorCode errorCode)
getErrorCode
public ErrorCode getErrorCode()
- Returns:
- the errorCode
getErrorCodeParameters
public Object[] getErrorCodeParameters()
- Returns:
- the errorCodeParameters
Copyright © 2014. All rights reserved.