public class ComponentNotFoundException extends TeiidComponentException
code
Constructor and Description |
---|
ComponentNotFoundException()
No-Arg Constructor
|
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.
|
ComponentNotFoundException(String message)
Construct an instance with the message specified.
|
ComponentNotFoundException(Throwable e,
String message)
Construct an instance from a message and an exception to chain to this one.
|
getCode, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentNotFoundException()
public ComponentNotFoundException(String message)
message
- A message describing the exceptionpublic ComponentNotFoundException(BundleUtil.Event code, String message)
public ComponentNotFoundException(Throwable e, String message)
e
- An exception to nest within this onemessage
- A message describing the exceptionpublic ComponentNotFoundException(BundleUtil.Event code, Throwable e, String message)
e
- An exception to nest within this onemessage
- A message describing the exceptioncode
- A code denoting the exceptionCopyright © 2019. All rights reserved.