| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.objectweb.jonas_lib.deployment.api.DeploymentDescException org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDescException
WebContainerDeploymentDescException | public class WebContainerDeploymentDescException extends DeploymentDescException (Code) | | The class WebContainerDeploymentDescException that indicates conditions
that a reasonable application might want to catch.
author: Ludovic Bert author: Florent Benoit |
WebContainerDeploymentDescException | public WebContainerDeploymentDescException()(Code) | | Constructs a new WebContainerDeploymentDescException with no detail
message.
|
WebContainerDeploymentDescException | public WebContainerDeploymentDescException(String message)(Code) | | Constructs a new WebContainerDeploymentDescException with the specified
message.
Parameters: message - the detail message. |
WebContainerDeploymentDescException | public WebContainerDeploymentDescException(String message, Throwable cause)(Code) | | Constructs a new WebContainerDeploymentDescException with the specified
message and cause.
Parameters: message - the detail message. Parameters: cause - The error or exception that cause this exception. |
WebContainerDeploymentDescException | public WebContainerDeploymentDescException(Throwable cause)(Code) | | 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. |
|
|
|