public class AuthenticationException extends HazelcastException
HazelcastException
that is thrown when there is an Authentication failure: e.g. credentials from client is not valid.Constructor and Description |
---|
AuthenticationException()
Creates a AuthenticationException with a default message.
|
AuthenticationException(String message)
Creates a AuthenticationException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException()
public AuthenticationException(String message)
message
- the message.Copyright © 2023 Hazelcast, Inc.. All rights reserved.