Package com.inrupt.client.solid
Class InternalServerErrorException
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.InternalServerErrorException
- All Implemented Interfaces:
Serializable
A runtime exception that represents an HTTP internal server error (500) response.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInternalServerErrorException
(String message, URI uri, Headers headers, String body) Create an InternalServerErrorException exception. -
Method Summary
Methods inherited from class com.inrupt.client.solid.SolidClientException
getBody, getHeaders, getProblemDetails, getStatusCode, getUri, handle
Methods 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
-
InternalServerErrorException
Create an InternalServerErrorException exception.- Parameters:
message
- the messageuri
- the uriheaders
- the response headersbody
- the body
-