public class DeploymentException extends DeploymentException
| Constructor and Description |
|---|
DeploymentException(java.util.List<? extends java.lang.Throwable> errors)
Creates a new exception based on a list of throwables.
|
DeploymentException(java.lang.String message)
Creates a new exception with the given localized message.
|
DeploymentException(java.lang.String message,
java.lang.Throwable throwable)
Creates a new exception with the given localized message and the cause for this exception.
|
DeploymentException(java.lang.Throwable throwable)
Creates a new exception with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
public DeploymentException(java.lang.Throwable throwable)
throwable - The cause of the exceptionpublic DeploymentException(java.util.List<? extends java.lang.Throwable> errors)
errors - A list of throwables to use in the messagepublic DeploymentException(java.lang.String message)
message - public DeploymentException(java.lang.String message,
java.lang.Throwable throwable)
message - throwable - Copyright © 2015. All Rights Reserved.