public class AuthenticationException extends Exception
Constructor and Description |
---|
AuthenticationException()
Default constructor.
|
AuthenticationException(String message)
Constructor.
|
AuthenticationException(String message,
Throwable cause)
Constructor.
|
AuthenticationException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException()
public AuthenticationException(String message)
message
- The exception message.public AuthenticationException(Throwable cause)
cause
- The exception cause.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.