org.objectweb.jonas_rar.deployment.api.RarDeploymentDescException Class Reference

List of all members.

Public Member Functions

 RarDeploymentDescException ()
 RarDeploymentDescException (String message)
 RarDeploymentDescException (Throwable cause)
 RarDeploymentDescException (String message, Throwable cause)

Detailed Description

The class RarDeploymentDescException indicates conditions that a reasonable application might want to catch.
Author:
Florent Benoit

Ludovic Bert

Definition at line 37 of file RarDeploymentDescException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.api.RarDeploymentDescException.RarDeploymentDescException  ) 
 

Constructs a new RarDeploymentDescException with no detail message.

Definition at line 43 of file RarDeploymentDescException.java.

org.objectweb.jonas_rar.deployment.api.RarDeploymentDescException.RarDeploymentDescException String  message  ) 
 

Constructs a new RarDeploymentDescException with the specified message.

Parameters:
message the detail message.

Definition at line 52 of file RarDeploymentDescException.java.

org.objectweb.jonas_rar.deployment.api.RarDeploymentDescException.RarDeploymentDescException Throwable  cause  ) 
 

Constructs a new RarDeploymentDescException with the specified error cause.

Parameters:
cause the cause of the error.

Definition at line 61 of file RarDeploymentDescException.java.

org.objectweb.jonas_rar.deployment.api.RarDeploymentDescException.RarDeploymentDescException String  message,
Throwable  cause
 

Constructs a new RarDeploymentDescException with the specified error cause.

Parameters:
message the detail message.
cause the cause of the error.

Definition at line 71 of file RarDeploymentDescException.java.


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