org.openrdf.http.object.exceptions
Class GatewayTimeout

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.GatewayTimeout
All Implemented Interfaces:
Serializable

public class GatewayTimeout
extends ResponseException

The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request.

See Also:
Serialized Form

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

Constructor Detail

GatewayTimeout

public GatewayTimeout()

GatewayTimeout

public GatewayTimeout(String message,
                      Throwable cause)

GatewayTimeout

public GatewayTimeout(String message)

GatewayTimeout

public GatewayTimeout(Throwable cause)

GatewayTimeout

public GatewayTimeout(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


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.