public class DeploymentException extends JBIException
| Constructor and Description |
|---|
DeploymentException(String message)
Creates a new instance of DeploymentException with an exception detail
message.
|
DeploymentException(String message,
Throwable cause)
Creates a new instance of DeploymentException with and exception detail
message and a cause.
|
DeploymentException(Throwable cause)
Creates a new instance of DeploymentException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeploymentException(String message)
message - the detail message for this exception.public DeploymentException(String message, Throwable cause)
message - the detail message for this exception.cause - Error or Exception which
represents the cause of the problem (null if none,
or if the cause is not known).public DeploymentException(Throwable cause)
cause - Error or Exception which
represents the cause of the problem (null if none,
or if the cause is not known).Copyright © 2011-2016 OpenESB Community. All Rights Reserved.