public class QueryProcessingException
extends org.teiid.core.TeiidProcessingException
Constructor and Description |
---|
QueryProcessingException()
No-arg constructor required by Externalizable semantics.
|
QueryProcessingException(org.teiid.core.BundleUtil.Event event,
String msg) |
QueryProcessingException(org.teiid.core.BundleUtil.Event event,
Throwable e) |
QueryProcessingException(org.teiid.core.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(org.teiid.core.BundleUtil.Event event, Throwable e)
public QueryProcessingException(org.teiid.core.BundleUtil.Event event, Throwable e, String msg)
public QueryProcessingException(org.teiid.core.BundleUtil.Event event, String msg)
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.