Class UserAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.rbac.users.exception.UserAlreadyExistsException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class UserAlreadyExistsException extends org.apache.ignite.lang.IgniteException
Thrown when user with the same username already exists.
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException(String username)
      Constructor.
      Parameters:
      username - username that already exists.