public class DeploymentException extends Exception
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString public DeploymentException(String message)
message - the reason for the failure.Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.