Package de.espirit.firstspirit.access
Class DuplicateUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.access.DuplicateUserException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the login name which caused this exception.Returns a suggestion of a unified login name which not used for any user on the server at the time this exception was created.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateUserException
public DuplicateUserException()
-
-
Method Details
-
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
Returns the login name which caused this exception.- Since:
- 4.2.34
-