SMILA (incubation) API documentation

org.eclipse.smila.connectivity.deltaindexing
Class DeltaIndexingSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.deltaindexing.DeltaIndexingSessionException
All Implemented Interfaces:
java.io.Serializable

public class DeltaIndexingSessionException
extends java.lang.Exception

The Class DeltaIndexingSessionException to indicate eerrors concerning sessions and session IDs.

See Also:
Serialized Form

Constructor Summary
DeltaIndexingSessionException()
          Instantiates a new delta indexing exception.
DeltaIndexingSessionException(java.lang.String arg0)
          Instantiates a new delta indexing exception.
DeltaIndexingSessionException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new delta indexing exception.
DeltaIndexingSessionException(java.lang.Throwable arg0)
          Instantiates a new delta indexing exception.
 
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

DeltaIndexingSessionException

public DeltaIndexingSessionException()
Instantiates a new delta indexing exception.


DeltaIndexingSessionException

public DeltaIndexingSessionException(java.lang.String arg0)
Instantiates a new delta indexing exception.

Parameters:
arg0 - the arg0

DeltaIndexingSessionException

public DeltaIndexingSessionException(java.lang.Throwable arg0)
Instantiates a new delta indexing exception.

Parameters:
arg0 - the arg0

DeltaIndexingSessionException

public DeltaIndexingSessionException(java.lang.String arg0,
                                     java.lang.Throwable arg1)
Instantiates a new delta indexing exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

SMILA (incubation) API documentation