public class StateException extends MaybeRecoverableException
DeltaService
on error in operations. Can denote that the error condition is "recoverable", i.e. it
may make sense for the client to retry the operation later.Constructor and Description |
---|
StateException(java.lang.String message)
create instance.
|
StateException(java.lang.String message,
boolean recoverable)
create instance.
|
StateException(java.lang.String message,
java.lang.Throwable cause)
create instance.
|
StateException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create instance.
|
isRecoverable, isRecoverableCause
public StateException(java.lang.String message, boolean recoverable)
public StateException(java.lang.String message, java.lang.Throwable cause, boolean recoverable)
public StateException(java.lang.String message, java.lang.Throwable cause)
public StateException(java.lang.String message)