SMILA (incubation) API documentation

org.eclipse.smila.search.utils.indexstructure
Class ISException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.search.utils.indexstructure.ISException
All Implemented Interfaces:
java.io.Serializable

public class ISException
extends java.lang.Exception

**************************************************************************** Title: Any Finder Description: Copyright: Copyright (c) 2000 Company: BROX IT-Solutions GmbH.

Version:
1.3.0
Author:
brox IT-Solutions GmbH
See Also:
Serialized Form

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

ISException

public ISException()

ISException

public ISException(java.lang.String message)
Parameters:
message - -

ISException

public ISException(java.lang.String message,
                   java.lang.Throwable cause)
Parameters:
message - -
cause - -

ISException

public ISException(java.lang.Throwable cause)
Parameters:
cause - -

SMILA (incubation) API documentation