org.openrdf.http.object.exceptions
Class NotAcceptable
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrdf.http.object.exceptions.ResponseException
org.openrdf.http.object.exceptions.NotAcceptable
- All Implemented Interfaces:
- Serializable
public class NotAcceptable
- extends ResponseException
The resource identified by the request is only capable of generating response
entities which have content characteristics not acceptable according to the
accept headers sent in the request.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAcceptable
public NotAcceptable()
NotAcceptable
public NotAcceptable(String message)
NotAcceptable
public NotAcceptable(String message,
Throwable cause)
NotAcceptable
public NotAcceptable(Throwable cause)
NotAcceptable
public NotAcceptable(String message,
String stack)
getStatusCode
public int getStatusCode()
- Specified by:
getStatusCode in class ResponseException
isCommon
public boolean isCommon()
- Specified by:
isCommon in class ResponseException
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.