public class CompoundExtractorException extends MaybeRecoverableException
CompoundExtractor
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 |
---|
CompoundExtractorException(java.lang.String message)
create instance.
|
CompoundExtractorException(java.lang.String message,
boolean recoverable)
create instance.
|
CompoundExtractorException(java.lang.String message,
java.lang.Throwable cause)
create instance.
|
CompoundExtractorException(java.lang.String message,
java.lang.Throwable cause,
boolean recoverable)
create instance.
|
isRecoverable, isRecoverableCause
public CompoundExtractorException(java.lang.String message, java.lang.Throwable cause)
public CompoundExtractorException(java.lang.String message)
public CompoundExtractorException(java.lang.String message, java.lang.Throwable cause, boolean recoverable)
public CompoundExtractorException(java.lang.String message, boolean recoverable)