public abstract class ServiceException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceException() |
protected |
ServiceException(String message) |
protected |
ServiceException(String message,
Throwable cause) |
protected |
ServiceException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAddInfo() |
abstract ErrorCode |
getError() |
abstract int |
getErrorCode() |
abstract String |
getErrorMsg() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008-2015 Index Data. All Rights Reserved.