Class UnsupportedAuthenticationTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.security.exception.UnsupportedAuthenticationTypeException
All Implemented Interfaces:
Serializable, TraceableException

public class UnsupportedAuthenticationTypeException extends IgniteException
The exception thrown when authentication type is not supported.
See Also:
  • Constructor Details

    • UnsupportedAuthenticationTypeException

      public UnsupportedAuthenticationTypeException(String message)
      Creates a new authentication exception.
      Parameters:
      message - Detailed message.