dk.vajhoej.record
Class RecordException

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

public class RecordException
extends java.lang.Exception

Class RecordException encapsulates exceptions related to record processing.

See Also:
Serialized Form

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

RecordException

public RecordException()
Create instance of RecordException.


RecordException

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

Parameters:
message - message describing exception
cause - underlying exception

RecordException

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

Parameters:
message - message describing exception

RecordException

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

Parameters:
cause - underlying exception