SMILA (incubation) API documentation

org.eclipse.smila.connectivity.deltaindexing
Class DeltaIndexingException

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

public class DeltaIndexingException
extends java.lang.Exception

The Class DeltaIndexingException.

See Also:
Serialized Form

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

DeltaIndexingException

public DeltaIndexingException()
Instantiates a new delta indexing exception.


DeltaIndexingException

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

Parameters:
arg0 - the arg0

DeltaIndexingException

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

Parameters:
arg0 - the arg0

DeltaIndexingException

public DeltaIndexingException(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