Public Member Functions | |
| WSDeploymentDescException () | |
| WSDeploymentDescException (String message) | |
| WSDeploymentDescException (String message, Throwable cause) | |
| WSDeploymentDescException (Throwable cause) | |
Definition at line 39 of file WSDeploymentDescException.java.
|
|
Constructs a new WebContainerDeploymentDescException with no detail message. Definition at line 45 of file WSDeploymentDescException.java. |
|
|
Constructs a new WSDeploymentDescException with the specified message.
Definition at line 55 of file WSDeploymentDescException.java. |
|
||||||||||||
|
Constructs a new WSDeploymentDescException with the specified message and cause.
Definition at line 66 of file WSDeploymentDescException.java. |
|
|
Construct an exception from a causing exception.
Definition at line 77 of file WSDeploymentDescException.java. |
1.3.9.1