Class AuthenticationRequiredException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationRequiredException
    extends GemFireSecurityException
    Thrown if the distributed system is in secure mode and this client/peer has not set the security credentials.
    Since:
    GemFire 5.5
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationRequiredException

        public AuthenticationRequiredException​(String message)
        Constructs instance of NotAuthenticatedException with error message.
        Parameters:
        message - the error message
      • AuthenticationRequiredException

        public AuthenticationRequiredException​(String message,
                                               Throwable cause)
        Constructs instance of NotAuthenticatedException with error message and cause.
        Parameters:
        message - the error message
        cause - a Throwable that is a cause of this exception