Class DuplicateUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.access.DuplicateUserException
All Implemented Interfaces:
Serializable

public class DuplicateUserException extends Exception
This exception is thrown during creation of a user if thespecified login name is already used for another user.
Since:
4.0.101
See Also:
  • Constructor Details

    • DuplicateUserException

      public DuplicateUserException()
  • Method Details

    • getSuggestion

      public String getSuggestion()
      Returns a suggestion of a unified login name which not used for any user on the server at the time this exception was created.
      Since:
      4.0.101
    • getLoginName

      public String getLoginName()
      Returns the login name which caused this exception.
      Since:
      4.2.34