public class DeploymentException extends Exception
DeploymentMBean when
a deployment operation fails due to a problem with the deployable unit.| Constructor and Description |
|---|
DeploymentException(String message)
Create a
DeploymentException with a detail message. |
DeploymentException(String message,
Throwable cause)
Create a
DeploymentException with a detail message and cause. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Get the cause (if any) for this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException(String message)
DeploymentException with a detail message.message - the detail message.