public class TranslatorException extends TeiidException
code
Constructor and Description |
---|
TranslatorException()
No-arg constructor required by Externalizable semantics.
|
TranslatorException(BundleUtil.Event event,
String message) |
TranslatorException(BundleUtil.Event event,
Throwable e) |
TranslatorException(BundleUtil.Event event,
Throwable e,
String message) |
TranslatorException(String message)
Construct an instance with the message specified.
|
TranslatorException(Throwable e)
Construct an instance with a linked exception specified.
|
TranslatorException(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 TranslatorException()
public TranslatorException(String message)
message
- A message describing the exceptionpublic TranslatorException(Throwable e, String message)
message
- A message describing the exceptione
- An exception to nest within this onepublic TranslatorException(Throwable e)
e
- An exception to chain to this exceptionpublic TranslatorException(BundleUtil.Event event, Throwable e)
public TranslatorException(BundleUtil.Event event, Throwable e, String message)
public TranslatorException(BundleUtil.Event event, String message)
Copyright © 2019. All rights reserved.