Serializablepublic class DeploymentException extends Exception
| Constructor | Description |
|---|---|
DeploymentException(String message) |
Creates a deployment exception with the given reason for the deployment
failure.
|
DeploymentException(String message,
Throwable cause) |
Creates a deployment exception with the given reason for the deployment
failure and wrapped cause of the failure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException(String message)
message - the reason for the failure.Copyright © 2019 JBoss by Red Hat. All rights reserved.