public class DeploymentException extends RepositoryException
| Constructor and Description |
|---|
DeploymentException(java.lang.String message)
Creates a new exception with the specified detail message.
|
DeploymentException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified detail message and cause.
|
getMessagepublic DeploymentException(java.lang.String message)
message - The detail message, may be null.public DeploymentException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message, may be null.cause - The exception that caused this one, may be null.