Package com.inrupt.client.webid
Class WebIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inrupt.client.InruptClientException
com.inrupt.client.webid.WebIdException
- All Implemented Interfaces:
 Serializable
A runtime exception for use with WebId-related errors.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionWebIdException(String message) Create a WebId exception.WebIdException(String message, Throwable cause) Create a WebId 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
- 
WebIdException
Create a WebId exception.- Parameters:
 message- the message
 - 
WebIdException
Create a WebId exception.- Parameters:
 message- the messagecause- the cause
 
 -