public class ODataNotSupportedException extends ODataRuntimeException
Constructor and Description |
---|
ODataNotSupportedException(Exception cause)
Create with
cause of exception. |
ODataNotSupportedException(String msg)
Create with
message . |
ODataNotSupportedException(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 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–2018 The Apache Software Foundation. All rights reserved.