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, toString
public DeploymentException(String message)
message
- the message for the exceptionpublic DeploymentException(Throwable cause)
cause
- the cause of the exceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.