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