Class AuthenticationFailedException

All Implemented Interfaces:
Serializable

public class AuthenticationFailedException extends GemFireSecurityException
Thrown if authentication of this client/peer fails.
Since:
GemFire 5.5
See Also:
  • Constructor Details

    • AuthenticationFailedException

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

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