public class StopCodeException extends Exception
| Constructor and Description |
|---|
StopCodeException(int statusCode,
String message) |
StopCodeException(int statusCode,
String message,
Throwable cause) |
StopCodeException(int statusCode,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
StopCodeException(int statusCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StopCodeException(int statusCode,
String message)
public StopCodeException(int statusCode,
Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2018. All rights reserved.