|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.jonas.deployment.common.DeploymentDescException
org.ow2.jonas.deployment.ws.WSDeploymentDescException
public class WSDeploymentDescException
The class WSDeploymentDescException that indicates conditions that a reasonable application might want to catch.
| Constructor Summary | |
|---|---|
WSDeploymentDescException()
Constructs a new WebContainerDeploymentDescException with no detail message. |
|
WSDeploymentDescException(String message)
Constructs a new WSDeploymentDescException with the specified message. |
|
WSDeploymentDescException(String message,
Throwable cause)
Constructs a new WSDeploymentDescException with the specified message and cause. |
|
WSDeploymentDescException(Throwable cause)
Construct an exception from a causing exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.ow2.jonas.deployment.common.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 |
|---|
public WSDeploymentDescException()
public WSDeploymentDescException(String message)
message - the detail message.
public WSDeploymentDescException(String message,
Throwable cause)
message - the detail message.cause - The error or exception that cause this exception.public WSDeploymentDescException(Throwable cause)
cause - The error or exception that cause this exception.
The message will be take be this object's message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||