Package com.inrupt.client.solid
Class GoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inrupt.client.InruptClientException
com.inrupt.client.solid.SolidClientException
com.inrupt.client.solid.GoneException
- All Implemented Interfaces:
 Serializable
A runtime exception that represents an HTTP gone (410) response.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionGoneException(String message, URI uri, Headers headers, String body) Create a GoneException exception. - 
Method Summary
Methods inherited from class com.inrupt.client.solid.SolidClientException
getBody, getHeaders, getProblemDetails, getStatusCode, getUri, handleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
STATUS_CODE
public static final int STATUS_CODE- See Also:
 
 
 - 
 - 
Constructor Details
- 
GoneException
Create a GoneException exception.- Parameters:
 message- the messageuri- the uriheaders- the response headersbody- the body
 
 -