public abstract class ServiceException extends RuntimeException
| Constructor and Description |
|---|
ServiceException(int errorCode,
String message) |
ServiceException(int errorCode,
String message,
Throwable cause) |
ServiceException(int errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
errorCode() |
Throwable |
fillInStackTrace() |
String |
toString() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2015–2021. All rights reserved.