public class FunctionMetadataException extends QueryProcessingException
| Constructor and Description |
|---|
FunctionMetadataException()
No-arg constructor required by Externalizable semantics.
|
FunctionMetadataException(org.teiid.core.BundleUtil.Event event,
String msg) |
FunctionMetadataException(org.teiid.core.BundleUtil.Event event,
Throwable e) |
FunctionMetadataException(org.teiid.core.BundleUtil.Event event,
Throwable e,
String msg) |
FunctionMetadataException(String message)
Construct an instance with the message specified.
|
FunctionMetadataException(Throwable e,
String message)
Construct an instance from a message and an exception to chain to this one.
|
getCode, getMessage, getOriginalType, setCode, setOriginalTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FunctionMetadataException()
public FunctionMetadataException(String message)
message - A message describing the exceptionpublic FunctionMetadataException(Throwable e, String message)
message - A message describing the exceptione - An exception to nest within this onepublic FunctionMetadataException(org.teiid.core.BundleUtil.Event event,
Throwable e)
public FunctionMetadataException(org.teiid.core.BundleUtil.Event event,
Throwable e,
String msg)
public FunctionMetadataException(org.teiid.core.BundleUtil.Event event,
String msg)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.