org.objectweb.jonas.service.ServiceException Class Reference

Inherited by org.objectweb.jonas.service.JonasAlreadyStartedException.

Inheritance diagram for org.objectweb.jonas.service.ServiceException:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ServiceException (String message)
 ServiceException (String message, Throwable throwable)
String getMessage ()
String toString ()

Detailed Description

Exception thrown by JOnAS Services.

Definition at line 38 of file ServiceException.java.


Constructor & Destructor Documentation

org.objectweb.jonas.service.ServiceException.ServiceException String  message  ) 
 

Constructor specifying only the cause message.

Parameters:
message Exception description

Definition at line 44 of file ServiceException.java.

org.objectweb.jonas.service.ServiceException.ServiceException String  message,
Throwable  throwable
 

Constructor with message description + cause

Parameters:
message Exception description
throwable cause of the Exception

Definition at line 53 of file ServiceException.java.


Member Function Documentation

String org.objectweb.jonas.service.ServiceException.getMessage  ) 
 

Returns:
Returns the message description of the Exception

Definition at line 60 of file ServiceException.java.

Referenced by org.objectweb.jonas.service.ServiceException.toString().

String org.objectweb.jonas.service.ServiceException.toString  ) 
 

Returns:
Returns a String representation of the Exception

Definition at line 71 of file ServiceException.java.

References org.objectweb.jonas.service.ServiceException.getMessage().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:08:08 2005 for JOnAS by  doxygen 1.3.9.1