Class AuthenticationNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.authentication.exception.AuthenticationNotSupportedException
All Implemented Interfaces:
Serializable

public class AuthenticationNotSupportedException extends RuntimeException
Represents the case when the application is not secured so any authentication requests are rejected as unnecessary.
See Also:
  • Constructor Details

    • AuthenticationNotSupportedException

      public AuthenticationNotSupportedException(String message, Throwable cause)
    • AuthenticationNotSupportedException

      public AuthenticationNotSupportedException(String message)