org.odata4j.exceptions
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.odata4j.exceptions.ODataProducerException
org.odata4j.exceptions.ForbiddenException
- All Implemented Interfaces:
- Serializable
public class ForbiddenException
- extends ODataProducerException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ForbiddenException
public ForbiddenException()
ForbiddenException
public ForbiddenException(String message)
ForbiddenException
public ForbiddenException(String message,
Throwable cause)
ForbiddenException
public ForbiddenException(Throwable cause)
getHttpStatus
public Response.StatusType getHttpStatus()
- Description copied from class:
ODataProducerException
- Gets the HTTP status.
- Specified by:
getHttpStatus
in class ODataProducerException
- Returns:
- the HTTP status
- See Also:
Response.Status
http://odata4j.org