org.qi4j.spi.query
Class EntityFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qi4j.spi.query.EntityFinderException
All Implemented Interfaces:
Serializable

public class EntityFinderException
extends Exception

See Also:
Serialized Form

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

EntityFinderException

public EntityFinderException(String message)

EntityFinderException

public EntityFinderException(String message,
                             Throwable throwable)

EntityFinderException

public EntityFinderException(Throwable throwable)