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
public final class ODataRuntimeException extends RuntimeException
Common un-checked exception for theODatalibrary and base exception for allOData-related exceptions caused by programming errors and/or unexpected behavior within the code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ODataRuntimeException()ODataRuntimeException(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
-
-