public class ODataRuntimeException extends RuntimeException
Constructor and Description |
---|
ODataRuntimeException(Exception cause)
Create with
cause of exception. |
ODataRuntimeException(String msg)
Create with
message . |
ODataRuntimeException(String msg,
Exception cause)
Create with
message for and cause of exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ODataRuntimeException(String msg)
message
.msg
- message text for exceptionpublic ODataRuntimeException(String msg, Exception cause)
message
for and cause
of exception.msg
- message text for exceptioncause
- cause of exceptionpublic ODataRuntimeException(Exception cause)
cause
of exception.cause
- cause of exceptionCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.