org.openrdf.http.object.exceptions
Class InternalServerError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrdf.http.object.exceptions.ResponseException
org.openrdf.http.object.exceptions.InternalServerError
- All Implemented Interfaces:
- Serializable
public class InternalServerError
- extends ResponseException
The server encountered an unexpected condition which prevented it from
fulfilling the request.
- See Also:
- Serialized Form
InternalServerError
public InternalServerError()
InternalServerError
public InternalServerError(String message,
Throwable cause)
InternalServerError
public InternalServerError(String message)
InternalServerError
public InternalServerError(Throwable cause)
InternalServerError
public InternalServerError(String message,
String stack)
getStatusCode
public int getStatusCode()
- Specified by:
getStatusCode in class ResponseException
isCommon
public boolean isCommon()
- Specified by:
isCommon in class ResponseException
printTo
public void printTo(PrintWriter writer)
- Overrides:
printTo in class ResponseException
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.