public class DeploymentException extends Exception
| Constructor and Description |
|---|
DeploymentException()
Constructs an
DeploymentException with no detail message. |
DeploymentException(String s)
Constructs an
DeploymentException with the specified detail
message. |
DeploymentException(String s,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException()
DeploymentException with no detail message.public DeploymentException(String s)
DeploymentException with the specified detail
message.s - the detail message.Copyright © 2015. All rights reserved.