org.objectweb.jonas_ws.deployment.api.WSDeploymentDescException Class Reference

List of all members.

Public Member Functions

 WSDeploymentDescException ()
 WSDeploymentDescException (String message)
 WSDeploymentDescException (String message, Throwable cause)
 WSDeploymentDescException (Throwable cause)

Detailed Description

The class WSDeploymentDescException that indicates conditions that a reasonable application might want to catch.

Author:
Xavier Delplanque

Definition at line 39 of file WSDeploymentDescException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ws.deployment.api.WSDeploymentDescException.WSDeploymentDescException  ) 
 

Constructs a new WebContainerDeploymentDescException with no detail message.

Definition at line 45 of file WSDeploymentDescException.java.

org.objectweb.jonas_ws.deployment.api.WSDeploymentDescException.WSDeploymentDescException String  message  ) 
 

Constructs a new WSDeploymentDescException with the specified message.

Parameters:
message the detail message.

Definition at line 55 of file WSDeploymentDescException.java.

org.objectweb.jonas_ws.deployment.api.WSDeploymentDescException.WSDeploymentDescException String  message,
Throwable  cause
 

Constructs a new WSDeploymentDescException with the specified message and cause.

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

Definition at line 66 of file WSDeploymentDescException.java.

org.objectweb.jonas_ws.deployment.api.WSDeploymentDescException.WSDeploymentDescException 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 77 of file WSDeploymentDescException.java.


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