public class StandardServiceException extends ServiceException
| Constructor and Description |
|---|
StandardServiceException(String msg,
ErrorCode code) |
StandardServiceException(String msg,
Throwable cause,
ErrorCode code) |
StandardServiceException(Throwable cause,
ErrorCode code) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddInfo() |
ErrorCode |
getError() |
int |
getErrorCode() |
String |
getErrorMsg() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getErrorCode()
getErrorCode in class ServiceExceptionpublic String getErrorMsg()
getErrorMsg in class ServiceExceptionpublic String getAddInfo()
getAddInfo in class ServiceExceptionpublic ErrorCode getError()
getError in class ServiceExceptionCopyright © 2008-2015 Index Data. All Rights Reserved.