Uses of Class
com.inrupt.client.solid.SolidClientException
Package
Description
Support for Solid specific concepts for the Inrupt Java Client Libraries.
-
Uses of SolidClientException in com.inrupt.client.solid
Modifier and TypeClassDescriptionclass
A runtime exception that represents an HTTP bad request (400) response.class
A runtime exception that represents an HTTP conflict (409) response..class
A runtime exception that represents an HTTP forbidden (403) response.class
A runtime exception that represents an HTTP gone (410) response.class
A runtime exception that represents an HTTP internal server error (500) response.class
A runtime exception that represents an HTTP method not allowed (405) response.class
A runtime exception that represents an HTTP not acceptable (406) response.class
A runtime exception that represents an HTTP not found (404) response.class
A runtime exception that represents an HTTP precondition failed (412) response.class
A runtime exception that represents an HTTP too many requests (429) response.class
A runtime exception that represents an HTTP unauthorized (401) response.class
A runtime exception that represents an HTTP unsupported media type (415) response.