org.openrdf.http.object.exceptions
Class InternalServerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openrdf.http.object.exceptions.ResponseException
                  extended by 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

Constructor Summary
InternalServerError()
           
InternalServerError(String message)
           
InternalServerError(String message, String stack)
           
InternalServerError(String message, Throwable cause)
           
InternalServerError(Throwable cause)
           
 
Method Summary
 int getStatusCode()
           
 boolean isCommon()
           
 void printTo(PrintWriter writer)
           
 String toString()
           
 
Methods inherited from class org.openrdf.http.object.exceptions.ResponseException
create, create, getDetailMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.