Package com.inrupt.client
Class InruptClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inrupt.client.InruptClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessGrantException
,SolidClientException
,SolidResourceException
,WebIdException
A generic Inrupt runtime exception for use as a superclass.
- See Also:
-
Constructor Summary
ConstructorDescriptionInruptClientException
(String message) Create an InruptClientException exception.InruptClientException
(String message, Throwable cause) Create an InruptClientException exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InruptClientException
Create an InruptClientException exception.- Parameters:
message
- the message
-
InruptClientException
Create an InruptClientException exception.- Parameters:
message
- the messagecause
- the cause
-