ehcache

net.sf.ehcache.search.attribute
Class UnknownAttributeException

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.UnknownAttributeException
All Implemented Interfaces:
Serializable

public class UnknownAttributeException
extends SearchException

Thrown at query execution time if query referenced an unknown search attribute

Author:
vfunshte
See Also:
Serialized Form

Constructor Summary
UnknownAttributeException(String message)
           
UnknownAttributeException(String message, Throwable cause)
           
UnknownAttributeException(Throwable 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

UnknownAttributeException

public UnknownAttributeException(String message)
Parameters:
message -

UnknownAttributeException

public UnknownAttributeException(String message,
                                 Throwable cause)
Parameters:
message -
cause -

UnknownAttributeException

public UnknownAttributeException(Throwable cause)
Parameters:
cause -

ehcache

Copyright 2001-2015, Terracotta, Inc.