Class UserAlreadyExistsException

All Implemented Interfaces:
Serializable

public final class UserAlreadyExistsException extends ObjectAlreadyExistsException
Thrown to indicate that a user already exists in the directory.
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException(long directoryId, String name)
  • Method Details

    • getDirectoryId

      public long getDirectoryId()
    • getUserName

      public String getUserName()