org.objectweb.jonas_web.deployment.api
Class WebContainerDeploymentDescException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jonas_lib.deployment.DeploymentDescException
|
+--org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.