Class InvalidCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.security.exception.InvalidCredentialsException
- All Implemented Interfaces:
Serializable
,TraceableException
Exception thrown when authentication fails due to invalid credentials.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCredentialsException
(String message) Creates a new authentication exception. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidCredentialsException
Creates a new authentication exception.- Parameters:
message
- Detailed message.
-