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 org.teiid.core.TeiidProcessingException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TeiidNotImplementedException()TeiidNotImplementedException(String message)TeiidNotImplementedException(Throwable e)TeiidNotImplementedException(Throwable e, String message)TeiidNotImplementedException(org.teiid.core.BundleUtil.Event code, String message)TeiidNotImplementedException(org.teiid.core.BundleUtil.Event code, Throwable t)TeiidNotImplementedException(org.teiid.core.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(org.teiid.core.BundleUtil.Event code, String message)
-
TeiidNotImplementedException
public TeiidNotImplementedException(org.teiid.core.BundleUtil.Event code, Throwable t, String message)
-
TeiidNotImplementedException
public TeiidNotImplementedException(org.teiid.core.BundleUtil.Event code, Throwable t)
-
TeiidNotImplementedException
public TeiidNotImplementedException(String message)
-
TeiidNotImplementedException
public TeiidNotImplementedException(Throwable e)
-
-