ComponentNotFoundException(BundleUtil.Event code,
String message) |
ComponentNotFoundException(BundleUtil.Event code,
Throwable e,
String message)
Construct an instance from a message and a code and an exception to
chain to this one.
|
TeiidComponentException(BundleUtil.Event code,
String message) |
TeiidComponentException(BundleUtil.Event code,
Throwable e) |
TeiidComponentException(BundleUtil.Event code,
Throwable e,
String message) |
TeiidException(BundleUtil.Event code,
String message) |
TeiidException(BundleUtil.Event code,
Throwable t) |
TeiidException(BundleUtil.Event code,
Throwable t,
String message) |
TeiidProcessingException(BundleUtil.Event code,
String message) |
TeiidProcessingException(BundleUtil.Event code,
Throwable t) |
TeiidProcessingException(BundleUtil.Event code,
Throwable t,
String message)
Construct an instance with the message and error code specified.
|
TeiidRuntimeException(BundleUtil.Event code,
String message) |
TeiidRuntimeException(BundleUtil.Event code,
Throwable t) |
TeiidRuntimeException(BundleUtil.Event event,
Throwable e,
String message)
Construct an instance with the linked exception, error code, and error message specified.
|