Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeploymentException(String message)
message
- the reason for the failure.Copyright © 2019 Oracle. All rights reserved.