public class DeltaException extends ImportingException
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 |
|---|
DeltaException(java.lang.String message)
create instance.
|
DeltaException(java.lang.String message,
boolean recoverable)
create instance.
|
DeltaException(java.lang.String message,
java.lang.Throwable cause)
create instance.
|
DeltaException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create instance.
|
isRecoverable, isRecoverableCausepublic DeltaException(java.lang.String message,
boolean recoverable)
public DeltaException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
public DeltaException(java.lang.String message,
java.lang.Throwable cause)
public DeltaException(java.lang.String message)