Package org.teiid.metadata
Class MetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.teiid.core.TeiidRuntimeException
-
- org.teiid.metadata.MetadataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateRecordException
,ParseException
public class MetadataException extends TeiidRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidRuntimeException
CAUSED_BY_STRING
-
-
Constructor Summary
Constructors Constructor Description MetadataException(String message)
MetadataException(Throwable cause)
MetadataException(BundleUtil.Event event, String message)
MetadataException(BundleUtil.Event event, Throwable cause)
MetadataException(BundleUtil.Event event, Throwable e, String message)
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidRuntimeException
getCode, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MetadataException
public MetadataException(BundleUtil.Event event, Throwable cause)
-
MetadataException
public MetadataException(Throwable cause)
-
MetadataException
public MetadataException(BundleUtil.Event event, String message)
-
MetadataException
public MetadataException(String message)
-
MetadataException
public MetadataException(BundleUtil.Event event, Throwable e, String message)
-
-