Class IdentityAccessException

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

public class IdentityAccessException extends RuntimeException
Represents the case when the identity could not be confirmed because it was unable to access the backing store.
See Also:
  • Constructor Details

    • IdentityAccessException

      public IdentityAccessException(String message, Throwable cause)
    • IdentityAccessException

      public IdentityAccessException(String message)