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