org.openrdf.http.object.exceptions
Class GatewayTimeout
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrdf.http.object.exceptions.ResponseException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
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.