org.objectweb.jonas_ws.deployment.api
Class WSDeploymentDescException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas_lib.deployment.api.DeploymentDescException
              extended by org.objectweb.jonas_ws.deployment.api.WSDeploymentDescException
All Implemented Interfaces:
java.io.Serializable

public class WSDeploymentDescException
extends DeploymentDescException

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

Author:
Xavier Delplanque
See Also:
Serialized Form

Constructor Summary
WSDeploymentDescException()
          Constructs a new WebContainerDeploymentDescException with no detail message.
WSDeploymentDescException(java.lang.String message)
          Constructs a new WSDeploymentDescException with the specified message.
WSDeploymentDescException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new WSDeploymentDescException with the specified message and cause.
WSDeploymentDescException(java.lang.Throwable cause)
          Construct an exception from a causing exception.
 
Method Summary
 
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

WSDeploymentDescException

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


WSDeploymentDescException

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

Parameters:
message - the detail message.

WSDeploymentDescException

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

WSDeploymentDescException

public WSDeploymentDescException(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.