public class ServiceException extends Exception
| Constructor and Description |
|---|
ServiceException(int errorCode,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException(int errorCode,
String message)
public int getErrorCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2022. All rights reserved.