org.openrdf.http.object.exceptions
Class UnsupportedMediaType
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrdf.http.object.exceptions.ResponseException
org.openrdf.http.object.exceptions.UnsupportedMediaType
- All Implemented Interfaces:
- Serializable
public class UnsupportedMediaType
- extends ResponseException
The server is refusing to service the request because the entity of the
request is in a format not supported by the requested resource for the
requested method.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedMediaType
public UnsupportedMediaType()
UnsupportedMediaType
public UnsupportedMediaType(String message)
UnsupportedMediaType
public UnsupportedMediaType(String message,
Throwable cause)
UnsupportedMediaType
public UnsupportedMediaType(Throwable cause)
UnsupportedMediaType
public UnsupportedMediaType(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.