public class AuthenticationException extends SessionSecurityException
Constructor and Description |
---|
AuthenticationException()
Constructor.
|
AuthenticationException(String description) |
AuthenticationException(String description,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException()
public AuthenticationException(String description)
description
- the exception messageSessionSecurityException(String)
public AuthenticationException(String description, Throwable cause)
description
- the exception messagecause
- of the exceptionSessionSecurityException(String, Throwable)
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.