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