Package net.sf.ehcache.search.attribute
Class AttributeExtractorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.search.SearchException
-
- net.sf.ehcache.search.attribute.AttributeExtractorException
-
- All Implemented Interfaces:
java.io.Serializable
public class AttributeExtractorException extends SearchException implements java.io.Serializable
An exception to indicate that an attribute extractor was unable to be processed.Attributes are extracted on put or update, so this exception will be thrown to the calling thread.
- Author:
- Greg Luck
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeExtractorException(java.lang.String message)Construct a AttributeExtractorExceptionAttributeExtractorException(java.lang.String message, java.lang.Throwable cause)Construct a AttributeExtractorException with an underlying cause and messageAttributeExtractorException(java.lang.Throwable cause)Construct a AttributeExtractorException with an underlying cause
-
-
-
Constructor Detail
-
AttributeExtractorException
public AttributeExtractorException(java.lang.String message)
Construct a AttributeExtractorException- Parameters:
message- the description of the exception
-
AttributeExtractorException
public AttributeExtractorException(java.lang.String message, java.lang.Throwable cause)Construct a AttributeExtractorException with an underlying cause and message- Parameters:
message-cause-
-
AttributeExtractorException
public AttributeExtractorException(java.lang.Throwable cause)
Construct a AttributeExtractorException with an underlying cause- Parameters:
cause-
-
-