Package com.hazelcast.client
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.client.AuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationException extends HazelcastException
AHazelcastException
that is thrown when there is an Authentication failure: e.g. credentials from client is not valid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException()
Creates a AuthenticationException with a default message.AuthenticationException(java.lang.String message)
Creates a AuthenticationException with the given message.
-
-
-
Constructor Detail
-
AuthenticationException
public AuthenticationException()
Creates a AuthenticationException with a default message.
-
AuthenticationException
public AuthenticationException(java.lang.String message)
Creates a AuthenticationException with the given message.- Parameters:
message
- the message.
-
-