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 Details

    • UserNotFoundException

      public UserNotFoundException(String username)
      Constructor.
      Parameters:
      username - username that is not found.
    • UserNotFoundException

      public UserNotFoundException(int code, String message)
      Constructor.
  • Method Details