public class ManagementException extends JBIException
| Constructor and Description |
|---|
ManagementException(String aMessage)
Creates a new instance of ManagementException with an exception
message.
|
ManagementException(String aMessage,
Throwable aCause)
Creates a new instance of ManagementException with the specified
message and cause.
|
ManagementException(Throwable aCause)
Creates a new instance of ManagementException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ManagementException(String aMessage)
aMessage - String describing this exception.public ManagementException(String aMessage, Throwable aCause)
aMessage - String describing this exception.aCause - Throwable which represents an underlying problem
(or null).public ManagementException(Throwable aCause)
aCause - Throwable which represents an underlying problem
(or null).Copyright © 2011-2016 OpenESB Community. All Rights Reserved.