public class StatefulException extends RuntimeException
Constructor and Description |
---|
StatefulException() |
StatefulException(int status,
String msg) |
StatefulException(int status,
String msg,
Throwable throwable) |
StatefulException(int status,
Throwable throwable) |
StatefulException(String msg) |
StatefulException(String messageTemplate,
Object... params) |
StatefulException(String msg,
Throwable throwable) |
StatefulException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
StatefulException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StatefulException()
public StatefulException(String msg)
public StatefulException(Throwable throwable)
public StatefulException(String message, Throwable throwable, boolean enableSuppression, boolean writableStackTrace)
public StatefulException(int status, String msg)
public StatefulException(int status, Throwable throwable)
Copyright © 2024. All rights reserved.