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