public class DeploymentException extends RuntimeException
| Constructor and Description |
|---|
DeploymentException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException(String message)
message - the message for the exceptionpublic DeploymentException(Throwable cause)
cause - the cause of the exceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.