Package org.apache.olingo.commons.api.ex
Class ODataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.commons.api.ex.ODataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EdmPrimitiveTypeException
,ExpressionVisitException
,ODataApplicationException
,ODataDeserializerException
,ODataLibraryException
,ODataSerializerException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionODataException
(String msg) Creates exception withmessage
.ODataException
(String msg, Throwable cause) Creates exception withmessage
andcause
of exception.ODataException
(Throwable cause) Creates exception withcause
of exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ODataException
Creates exception withmessage
.- Parameters:
msg
- message text for exception
-
ODataException
Creates exception withmessage
andcause
of exception.- Parameters:
msg
- message text for exceptioncause
- cause of exception
-
ODataException
Creates exception withcause
of exception.- Parameters:
cause
- cause of exception
-