Class UnsupportedAuthenticationException

Object
Throwable
Exception
OxiaException
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.)