Class ProviderCreationException

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

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

    • ProviderCreationException

      public ProviderCreationException()
    • ProviderCreationException

      public ProviderCreationException(String msg)
    • ProviderCreationException

      public ProviderCreationException(Throwable cause)
    • ProviderCreationException

      public ProviderCreationException(String msg, Throwable cause)