dochelper.exceptions
Class ResourceUnavailableException

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

public class ResourceUnavailableException
extends java.lang.RuntimeException

The class ResourceUnavailableException. indicates the condition when a resource that is needed for Initialization or execution of a RecordSet is missing or unavailable. Design Note: Is this exception adding any value?

See Also:
Serialized Form

Field Summary
private  java.lang.String _originalError
           
 
Constructor Summary
ResourceUnavailableException()
          Creates a new instance of ResourceUnavailableException
ResourceUnavailableException(java.lang.Exception e)
          Creates a new instance of ResourceUnavailableException
ResourceUnavailableException(java.lang.String originalError)
          Creates a new instance of ResourceUnavailableException
 
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

ResourceUnavailableException

public ResourceUnavailableException()
Creates a new instance of ResourceUnavailableException


ResourceUnavailableException

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

Parameters:
originalError -

ResourceUnavailableException

public ResourceUnavailableException(java.lang.Exception e)
Creates a new instance of ResourceUnavailableException

Parameters:
originalError -
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.