public class CustomException extends Exception
| Constructor and Description |
|---|
CustomException(int statusCode,
String message) |
CustomException(int statusCode,
String message,
Throwable cause) |
CustomException(String message) |
CustomException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019. All Rights Reserved.