Class InvalidLoginCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
- All Implemented Interfaces:
Serializable
Represents the case when the identity could not be confirmed because the
login credentials were invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidLoginCredentialsException(String message) InvalidLoginCredentialsException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLoginCredentialsException
-
InvalidLoginCredentialsException
-