public class ODataException extends Exception
| Constructor and Description | 
|---|
| ODataException(String msg)Creates exception with  message. | 
| ODataException(String msg,
              Throwable cause)Creates exception with  messageandcauseof exception. | 
| ODataException(Throwable cause)Creates exception with  causeof exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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–2023 The Apache Software Foundation. All rights reserved.