public class QueryPlannerException extends QueryProcessingException
Constructor and Description |
---|
QueryPlannerException()
No-arg constructor required by Externalizable semantics.
|
QueryPlannerException(org.teiid.core.BundleUtil.Event event,
String msg) |
QueryPlannerException(org.teiid.core.BundleUtil.Event event,
Throwable e) |
QueryPlannerException(org.teiid.core.BundleUtil.Event event,
Throwable e,
String msg) |
QueryPlannerException(String message)
Construct an instance with the message specified.
|
QueryPlannerException(Throwable e) |
QueryPlannerException(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 QueryPlannerException()
public QueryPlannerException(String message)
message
- A message describing the exceptionpublic QueryPlannerException(Throwable e)
public QueryPlannerException(Throwable e, String message)
message
- A message describing the exceptione
- An exception to nest within this onepublic QueryPlannerException(org.teiid.core.BundleUtil.Event event, Throwable e)
public QueryPlannerException(org.teiid.core.BundleUtil.Event event, Throwable e, String msg)
public QueryPlannerException(org.teiid.core.BundleUtil.Event event, String msg)
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.