Package org.openhab.core.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.auth.SecurityException
org.openhab.core.auth.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnsupportedCredentialsException
Base type for exceptions thrown by authentication layer.
- Author:
- Ćukasz Dywicki - Initial contribution, Kai Kreuzer - Added JavaDoc and serial id
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String message) Creates a new exception instance.AuthenticationException(String message, Throwable cause) Creates a new exception instance.AuthenticationException(Throwable cause) Creates a new exception instance. -
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
Creates a new exception instance.- Parameters:
message- exception message
-
AuthenticationException
Creates a new exception instance.- Parameters:
cause- exception cause
-
AuthenticationException
Creates a new exception instance.- Parameters:
message- exception messagecause- exception cause
-