Class MixedAuthenticationException

All Implemented Interfaces:
Serializable

public class MixedAuthenticationException
extends AuthenticationException
This exception is commonly raised when the PasswordAuthenticator containing RBAC user credentials and bucket credentials are used together
Since:
2.4.4
Author:
Subhashni Balakrishnan
See Also:
Serialized Form
  • Constructor Details

    • MixedAuthenticationException

      public MixedAuthenticationException()
    • MixedAuthenticationException

      public MixedAuthenticationException​(String message)
    • MixedAuthenticationException

      public MixedAuthenticationException​(String message, Throwable cause)
    • MixedAuthenticationException

      public MixedAuthenticationException​(Throwable cause)