org.objectweb.jonas_client.deployment.api.ClientContainerDeploymentDescException Class Reference

List of all members.

Public Member Functions

 ClientContainerDeploymentDescException ()
 ClientContainerDeploymentDescException (String message)
 ClientContainerDeploymentDescException (String message, Throwable cause)
 ClientContainerDeploymentDescException (Throwable cause)

Detailed Description

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

Definition at line 36 of file ClientContainerDeploymentDescException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_client.deployment.api.ClientContainerDeploymentDescException.ClientContainerDeploymentDescException  ) 
 

Constructs a new ClientContainerDeploymentDescException with no detail message.

Definition at line 43 of file ClientContainerDeploymentDescException.java.

org.objectweb.jonas_client.deployment.api.ClientContainerDeploymentDescException.ClientContainerDeploymentDescException String  message  ) 
 

Constructs a new ClientContainerDeploymentDescException with the specified message.

Parameters:
message the detail message.

Definition at line 52 of file ClientContainerDeploymentDescException.java.

org.objectweb.jonas_client.deployment.api.ClientContainerDeploymentDescException.ClientContainerDeploymentDescException String  message,
Throwable  cause
 

Constructs a new ClientContainerDeploymentDescException with the specified message and cause.

Parameters:
message the detail message.
cause The error or exception that cause this exception.

Definition at line 62 of file ClientContainerDeploymentDescException.java.

org.objectweb.jonas_client.deployment.api.ClientContainerDeploymentDescException.ClientContainerDeploymentDescException Throwable  cause  ) 
 

Construct an exception from a causing exception.

Parameters:
cause The error or exception that cause this exception. The message will be take be this object's message.

Definition at line 72 of file ClientContainerDeploymentDescException.java.


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