Class ODataRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.core.exception.ODataRuntimeException
- All Implemented Interfaces:
Serializable
Common un-checked exception for the
OData library and
base exception for all OData-related exceptions
caused by programming errors and/or unexpected behavior within the code.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionODataRuntimeException(String message) ODataRuntimeException(String message, Throwable throwable) ODataRuntimeException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ODataRuntimeException
public ODataRuntimeException() -
ODataRuntimeException
-
ODataRuntimeException
-
ODataRuntimeException
-