ehcache

net.sf.ehcache.search.attribute
Class AttributeExtractorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.search.SearchException
                      extended by net.sf.ehcache.search.attribute.AttributeExtractorException
All Implemented Interfaces:
Serializable

public class AttributeExtractorException
extends SearchException
implements 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
AttributeExtractorException(String message)
          Construct a AttributeExtractorException
AttributeExtractorException(String message, Throwable cause)
          Construct a AttributeExtractorException with an underlying cause and message
AttributeExtractorException(Throwable cause)
          Construct a AttributeExtractorException with an underlying cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeExtractorException

public AttributeExtractorException(String message)
Construct a AttributeExtractorException

Parameters:
message - the description of the exception

AttributeExtractorException

public AttributeExtractorException(String message,
                                   Throwable cause)
Construct a AttributeExtractorException with an underlying cause and message

Parameters:
message -
cause -

AttributeExtractorException

public AttributeExtractorException(Throwable cause)
Construct a AttributeExtractorException with an underlying cause

Parameters:
cause -

ehcache

Copyright 2001-2014, Terracotta, Inc.