org.openrdf.http.object.exceptions
Class BadRequest
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrdf.http.object.exceptions.ResponseException
org.openrdf.http.object.exceptions.BadRequest
- All Implemented Interfaces:
- Serializable
public class BadRequest
- extends ResponseException
The request could not be understood by the server due to malformed syntax.
The client SHOULD NOT repeat the request without modifications.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadRequest
public BadRequest()
BadRequest
public BadRequest(String message)
BadRequest
public BadRequest(String message,
Throwable cause)
BadRequest
public BadRequest(Throwable cause)
BadRequest
public BadRequest(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.