dk.vajhoej.isam
Class IsamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dk.vajhoej.isam.IsamException
All Implemented Interfaces:
java.io.Serializable

public class IsamException
extends java.lang.Exception

Class IsamException encapsulates exceptions related to ISAM processing.

See Also:
Serialized Form

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

IsamException

public IsamException()
Create instance of IsamException.


IsamException

public IsamException(java.lang.String message,
                     java.lang.Throwable cause)
Create instance of IsamException.

Parameters:
message - message describing exception
cause - underlying exception

IsamException

public IsamException(java.lang.String message)
Create instance of IsamException.

Parameters:
message - message describing exception

IsamException

public IsamException(java.lang.Throwable cause)
Create instance of IsamException.

Parameters:
cause - underlying exception