public class DeploymentException extends RepositoryException
Constructor and Description |
---|
DeploymentException(String message)
Creates a new exception with the specified detail message.
|
DeploymentException(String message,
Throwable cause)
Creates a new exception with the specified detail message and cause.
|
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeploymentException(String message)
message
- The detail message, may be null
.Copyright © 2010–2014 The Eclipse Foundation. All rights reserved.