public class DeploymentException extends Exception
| Constructor and Description |
|---|
DeploymentException()
Creates a new instance of
DeploymentError without detail message. |
DeploymentException(String msg)
Constructs an instance of
DeploymentError with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException()
DeploymentError without detail message.public DeploymentException(String msg)
DeploymentError with the specified detail message.msg - the detail message.Copyright © 2015 LSST. All rights reserved.