SMILA (incubation) API documentation

org.eclipse.smila.search.index
Class IndexSingleUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.search.index.IndexException
              extended by org.eclipse.smila.search.index.IndexSingleUseException
All Implemented Interfaces:
java.io.Serializable

public class IndexSingleUseException
extends IndexException

Author:
August Georg Schmidt (BROX)
See Also:
Serialized Form

Constructor Summary
IndexSingleUseException()
           
IndexSingleUseException(java.lang.String message)
           
IndexSingleUseException(java.lang.String message, java.lang.Throwable cause)
           
IndexSingleUseException(java.lang.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

IndexSingleUseException

public IndexSingleUseException()

IndexSingleUseException

public IndexSingleUseException(java.lang.String message)
Parameters:
message - Message.

IndexSingleUseException

public IndexSingleUseException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message - Message.
cause - Cause.

IndexSingleUseException

public IndexSingleUseException(java.lang.Throwable cause)
Parameters:
cause - Cause.

SMILA (incubation) API documentation