Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.rbac.users.exception.UserNotFoundException
- All Implemented Interfaces:
Serializable,org.apache.ignite.lang.TraceableException
public class UserNotFoundException
extends org.apache.ignite.lang.IgniteException
Thrown when user with the provided username is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotFoundException(int code, String message) Constructor.UserNotFoundException(String username) Constructor. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UserNotFoundException
Constructor.- Parameters:
username- username that is not found.
-
UserNotFoundException
Constructor.
-
-
Method Details
-
fromMessage
-