public class ImportingException extends MaybeRecoverableException
Constructor and Description |
---|
ImportingException(java.lang.String message)
create instance.
|
ImportingException(java.lang.String message,
boolean recoverable)
create instance.
|
ImportingException(java.lang.String message,
java.lang.Throwable cause)
create instance.
|
ImportingException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create instance.
|
isRecoverable, isRecoverableCause
public ImportingException(java.lang.String message, boolean recoverable)
public ImportingException(java.lang.String message, java.lang.Throwable cause, boolean recoverable)
public ImportingException(java.lang.String message, java.lang.Throwable cause)
public ImportingException(java.lang.String message)