Class ProviderDestructionException

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

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

    • ProviderDestructionException

      public ProviderDestructionException()
    • ProviderDestructionException

      public ProviderDestructionException(String msg)
    • ProviderDestructionException

      public ProviderDestructionException(Throwable cause)
    • ProviderDestructionException

      public ProviderDestructionException(String msg, Throwable cause)