public class AttributeExtractorException extends SearchException implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AttributeExtractorException(java.lang.String message)
Construct a AttributeExtractorException
|
AttributeExtractorException(java.lang.String message,
java.lang.Throwable cause)
Construct a AttributeExtractorException with an underlying cause and message
|
AttributeExtractorException(java.lang.Throwable cause)
Construct a AttributeExtractorException with an underlying cause
|
private static final long serialVersionUID
public AttributeExtractorException(java.lang.String message)
message
- the description of the exceptionpublic AttributeExtractorException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public AttributeExtractorException(java.lang.Throwable cause)
cause
-