dochelper.exceptions.ResourceUnavailableException Class Reference

The class ResourceUnavailableException. More...

Inheritance diagram for dochelper.exceptions.ResourceUnavailableException:

Inheritance graph
[legend]
Collaboration diagram for dochelper.exceptions.ResourceUnavailableException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ResourceUnavailableException ()
 Creates a new instance of ResourceUnavailableException.
 ResourceUnavailableException (String originalError)
 Creates a new instance of ResourceUnavailableException.
 ResourceUnavailableException (Exception e)
 Creates a new instance of ResourceUnavailableException.
String getMessage ()
 Returns the detail message string of this exception.

Private Attributes

String _originalError = ""


Detailed Description

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?

Author:
Guillermo Christen

Definition at line 21 of file ResourceUnavailableException.java.


Constructor & Destructor Documentation

dochelper.exceptions.ResourceUnavailableException.ResourceUnavailableException (  ) 

Creates a new instance of ResourceUnavailableException.

Definition at line 24 of file ResourceUnavailableException.java.

dochelper.exceptions.ResourceUnavailableException.ResourceUnavailableException ( String  originalError  ) 

Creates a new instance of ResourceUnavailableException.

Parameters:
originalError 

Definition at line 32 of file ResourceUnavailableException.java.

dochelper.exceptions.ResourceUnavailableException.ResourceUnavailableException ( Exception  e  ) 

Creates a new instance of ResourceUnavailableException.

Parameters:
originalError 

Definition at line 39 of file ResourceUnavailableException.java.


Member Function Documentation

String dochelper.exceptions.ResourceUnavailableException.getMessage (  ) 

Returns the detail message string of this exception.

Returns:
the detail message string of this exception, never null.

Definition at line 51 of file ResourceUnavailableException.java.


Member Data Documentation

Definition at line 27 of file ResourceUnavailableException.java.


The documentation for this class was generated from the following file:

Generated on Wed Jun 17 14:22:20 2009 for DocHelper by  doxygen 1.5.6