public class EServiceException extends RuntimeException
| Constructor and Description |
|---|
EServiceException(ErrorType type,
ErrorCode code,
String description,
int extCode,
String extInfo) |
EServiceException(ErrorType type,
ErrorCode code,
String description,
String extInfo) |
EServiceException(Throwable cause) |
EServiceException(Throwable cause,
ErrorCode code) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode() |
String |
getErrorDescription() |
int |
getErrorExtCode() |
String |
getErrorExtInfo() |
ErrorType |
getErrorType() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EServiceException(Throwable cause)
public EServiceException(ErrorType type, ErrorCode code, String description, int extCode, String extInfo)
public final ErrorType getErrorType()
public final ErrorCode getErrorCode()
public final String getErrorDescription()
public final String getErrorExtInfo()
public final int getErrorExtCode()
public final String getMessage()
getMessage in class ThrowableCopyright © 2016 Neeve Research, LLC. All Rights Reserved.