org.terracotta.toolkit.search
Class SearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.terracotta.toolkit.ToolkitRuntimeException
                  extended by org.terracotta.toolkit.search.SearchException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResultsUnavailableException, ToolkitAttributeExtractorException

public class SearchException
extends ToolkitRuntimeException

See Also:
Serialized Form

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

SearchException

public SearchException()

SearchException

public SearchException(String message,
                       Throwable cause)

SearchException

public SearchException(String message)

SearchException

public SearchException(Throwable cause)


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.