public class AuthenticationException
extends java.lang.Exception
Constructor and Description |
---|
AuthenticationException()
Constructs the AuthenticationException.
|
AuthenticationException(java.lang.String message)
Constructs the AuthenticationException.
|
AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
Constructs the AuthenticationException.
|
AuthenticationException(java.lang.Throwable cause)
Constructs the AuthenticationException.
|
public AuthenticationException()
public AuthenticationException(java.lang.String message)
message
- public AuthenticationException(java.lang.Throwable cause)
cause
- public AuthenticationException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- Copyright © 2021. All Rights Reserved.