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