org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException Class Reference

List of all members.

Public Member Functions

 WebContainerDeploymentDescException ()
 WebContainerDeploymentDescException (String message)
 WebContainerDeploymentDescException (String message, Throwable cause)
 WebContainerDeploymentDescException (Throwable cause)

Detailed Description

The class WebContainerDeploymentDescException that indicates conditions that a reasonable application might want to catch.
Author:
Ludovic Bert

Florent Benoit

Definition at line 38 of file WebContainerDeploymentDescException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException.WebContainerDeploymentDescException  ) 
 

Constructs a new WebContainerDeploymentDescException with no detail message.

Definition at line 45 of file WebContainerDeploymentDescException.java.

org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException.WebContainerDeploymentDescException String  message  ) 
 

Constructs a new WebContainerDeploymentDescException with the specified message.

Parameters:
message the detail message.

Definition at line 54 of file WebContainerDeploymentDescException.java.

org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException.WebContainerDeploymentDescException String  message,
Throwable  cause
 

Constructs a new WebContainerDeploymentDescException with the specified message and cause.

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

Definition at line 64 of file WebContainerDeploymentDescException.java.

org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException.WebContainerDeploymentDescException 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 74 of file WebContainerDeploymentDescException.java.


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