Package org.teiid.olingo.service
Class TeiidNotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.teiid.core.TeiidException
-
- org.teiid.core.TeiidProcessingException
-
- org.teiid.olingo.service.TeiidNotImplementedException
-
- All Implemented Interfaces:
Serializable
public class TeiidNotImplementedException extends TeiidProcessingException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidException
code
-
-
Constructor Summary
Constructors Constructor Description TeiidNotImplementedException()
TeiidNotImplementedException(String message)
TeiidNotImplementedException(Throwable e)
TeiidNotImplementedException(Throwable e, String message)
TeiidNotImplementedException(BundleUtil.Event code, String message)
TeiidNotImplementedException(BundleUtil.Event code, Throwable t)
TeiidNotImplementedException(BundleUtil.Event code, Throwable t, String message)
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidException
getCode, getMessage, getOriginalType, setCode, setOriginalType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TeiidNotImplementedException
public TeiidNotImplementedException()
-
TeiidNotImplementedException
public TeiidNotImplementedException(BundleUtil.Event code, String message)
-
TeiidNotImplementedException
public TeiidNotImplementedException(BundleUtil.Event code, Throwable t, String message)
-
TeiidNotImplementedException
public TeiidNotImplementedException(BundleUtil.Event code, Throwable t)
-
TeiidNotImplementedException
public TeiidNotImplementedException(String message)
-
TeiidNotImplementedException
public TeiidNotImplementedException(Throwable e)
-
-