Package org.openhab.core.auth
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.auth.SecurityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
Base type for exceptions reporting security concerns.
- Author:
- Ćukasz Dywicki - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionSecurityException
(String message) Creates a new exception instance.SecurityException
(String message, Throwable cause) Creates a new exception instance.SecurityException
(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
-
SecurityException
Creates a new exception instance.- Parameters:
message
- exception message
-
SecurityException
Creates a new exception instance.- Parameters:
cause
- exception cause
-
SecurityException
Creates a new exception instance.- Parameters:
message
- exception messagecause
- exception cause
-