org.objectweb.jonas_ear.deployment.api.EarDeploymentDescException Class Reference

List of all members.

Public Member Functions

 EarDeploymentDescException ()
 EarDeploymentDescException (String message)
 EarDeploymentDescException (Throwable cause)
 EarDeploymentDescException (String message, Throwable cause)

Detailed Description

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

Ludovic Bert

Definition at line 38 of file EarDeploymentDescException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ear.deployment.api.EarDeploymentDescException.EarDeploymentDescException  ) 
 

Constructs a new EarDeploymentDescException with no detail message.

Definition at line 44 of file EarDeploymentDescException.java.

org.objectweb.jonas_ear.deployment.api.EarDeploymentDescException.EarDeploymentDescException String  message  ) 
 

Constructs a new EarDeploymentDescException with the specified message.

Parameters:
message the detail message.

Definition at line 53 of file EarDeploymentDescException.java.

org.objectweb.jonas_ear.deployment.api.EarDeploymentDescException.EarDeploymentDescException Throwable  cause  ) 
 

Constructs a new EarDeploymentDescException with the specified error cause.

Parameters:
cause the cause of the error.

Definition at line 62 of file EarDeploymentDescException.java.

org.objectweb.jonas_ear.deployment.api.EarDeploymentDescException.EarDeploymentDescException String  message,
Throwable  cause
 

Constructs a new EarDeploymentDescException with the specified error cause.

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

Definition at line 72 of file EarDeploymentDescException.java.


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