Class AuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthenticationException
    extends HazelcastException
    A HazelcastException 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.