dochelper.exceptions
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dochelper.exceptions.InitializationException
All Implemented Interfaces:
java.io.Serializable

public class InitializationException
extends java.lang.RuntimeException

The class InitializationException. indicates the condition when the initialization of a Record Set fails.

See Also:
Serialized Form

Field Summary
private  java.lang.String _originalError
           
 
Constructor Summary
InitializationException(java.lang.String originalError)
          Creates a new instance of InitializationException
 
Method Summary
 java.lang.String getMessage()
          Returns the detail message string of this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_originalError

private java.lang.String _originalError
Constructor Detail

InitializationException

public InitializationException(java.lang.String originalError)
Creates a new instance of InitializationException

Parameters:
originalError - String containing the original Error Message.
Method Detail

getMessage

public java.lang.String getMessage()
Returns the detail message string of this exception.

Overrides:
getMessage in class java.lang.Throwable
Returns:
the detail message string of this exception, never null.