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