Class AuthorizerDestructionException

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

public class AuthorizerDestructionException extends RuntimeException
Represents the exceptional case when an Authorizer fails destruction.
See Also:
  • Constructor Details

    • AuthorizerDestructionException

      public AuthorizerDestructionException()
    • AuthorizerDestructionException

      public AuthorizerDestructionException(String msg)
    • AuthorizerDestructionException

      public AuthorizerDestructionException(Throwable cause)
    • AuthorizerDestructionException

      public AuthorizerDestructionException(String msg, Throwable cause)