dochelper.exceptions
Class ResourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
_originalError
private java.lang.String _originalError
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
-
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
.