public class StateNotFoundException extends StateException implements NotFoundHTTPResult
| Constructor and Description |
|---|
StateNotFoundException(java.lang.String message)
create instance.
|
StateNotFoundException(java.lang.String message,
boolean recoverable)
create instance.
|
StateNotFoundException(java.lang.String message,
java.lang.Throwable cause)
create instance.
|
StateNotFoundException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create instance.
|
isRecoverable, isRecoverableCausepublic StateNotFoundException(java.lang.String message,
boolean recoverable)
public StateNotFoundException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
public StateNotFoundException(java.lang.String message,
java.lang.Throwable cause)
public StateNotFoundException(java.lang.String message)