public class

ODataException

extends WebApplicationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.ws.rs.WebApplicationException
           ↳ org.odata4j.producer.exceptions.ODataException
Known Direct Subclasses

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class javax.ws.rs.WebApplicationException
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private String message
[Expand]
Inherited Fields
From class javax.ws.rs.WebApplicationException
From class java.lang.Throwable
Public Constructors
ODataException()
ODataException(int status)
ODataException(Response response)
ODataException(Response response, String message)
ODataException(Response.Status status)
ODataException(Throwable cause, int status)
ODataException(Throwable cause, Response response)
ODataException(Throwable cause, Response.Status status)
ODataException(Throwable cause)
Public Methods
String toString()
[Expand]
Inherited Methods
From class javax.ws.rs.WebApplicationException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

private String message

Public Constructors

public ODataException ()

public ODataException (int status)

Parameters
status

public ODataException (Response response)

Parameters
response

public ODataException (Response response, String message)

Parameters
response
message

public ODataException (Response.Status status)

Parameters
status

public ODataException (Throwable cause, int status)

Parameters
cause
status

public ODataException (Throwable cause, Response response)

Parameters
cause
response

public ODataException (Throwable cause, Response.Status status)

Parameters
cause
status

public ODataException (Throwable cause)

Parameters
cause

Public Methods

public String toString ()