Package org.wildfly.plugin.tools
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wildfly.plugin.tools.DeploymentException
- All Implemented Interfaces:
Serializable
An exception that represents a deployment error.
- Author:
- James R. Perkins
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentException
(String message) Creates a new deployment exception.DeploymentException
(String message, Throwable cause) Creates a new deployment exception.DeploymentException
(Throwable cause) Creates a new deployment exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeploymentException
Creates a new deployment exception.- Parameters:
message
- the message for the exception
-
DeploymentException
Creates a new deployment exception.- Parameters:
cause
- the cause of the exception
-
DeploymentException
Creates a new deployment exception.- Parameters:
message
- the message for the exceptioncause
- the cause of the exception
-