Class UnsupportedAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.oxia.client.api.exceptions.OxiaException
io.oxia.client.api.exceptions.UnsupportedAuthenticationException
All Implemented Interfaces:
Serializable

public class UnsupportedAuthenticationException extends OxiaException
Unsupported authentication exception thrown by Oxia client.
See Also:
  • Constructor Details

    • UnsupportedAuthenticationException

      public UnsupportedAuthenticationException(String msg)
      Constructs an UnsupportedAuthenticationException with the specified detail message.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • UnsupportedAuthenticationException

      public UnsupportedAuthenticationException(String msg, Throwable cause)
      Constructs an UnsupportedAuthenticationException with the specified detail message and cause.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)