org.objectweb.jonas_web.deployment.api
Class WebContainerDeploymentDescException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonas_lib.deployment.api.DeploymentDescException
              extended byorg.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException
All Implemented Interfaces:
java.io.Serializable

public class WebContainerDeploymentDescException
extends DeploymentDescException

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

Author:
Ludovic Bert, Florent Benoit
See Also:
Serialized Form

Constructor Summary
WebContainerDeploymentDescException()
          Constructs a new WebContainerDeploymentDescException with no detail message.
WebContainerDeploymentDescException(java.lang.String message)
          Constructs a new WebContainerDeploymentDescException with the specified message.
WebContainerDeploymentDescException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new WebContainerDeploymentDescException with the specified message and cause.
WebContainerDeploymentDescException(java.lang.Throwable cause)
          Construct an exception from a causing exception.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.api.DeploymentDescException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebContainerDeploymentDescException

public WebContainerDeploymentDescException()
Constructs a new WebContainerDeploymentDescException with no detail message.


WebContainerDeploymentDescException

public WebContainerDeploymentDescException(java.lang.String message)
Constructs a new WebContainerDeploymentDescException with the specified message.

Parameters:
message - the detail message.

WebContainerDeploymentDescException

public WebContainerDeploymentDescException(java.lang.String message,
                                           java.lang.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.

WebContainerDeploymentDescException

public WebContainerDeploymentDescException(java.lang.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.