Package org.apache.wiki.auth.user
Class DuplicateUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.wiki.api.exceptions.WikiException
org.apache.wiki.api.exceptions.WikiI18nException
org.apache.wiki.auth.user.DuplicateUserException
- All Implemented Interfaces:
Serializable
Exception indicating that an identical user already exists in the user database.
- Since:
- 2.3
- See Also:
-
Field Summary
Fields inherited from class org.apache.wiki.api.exceptions.WikiI18nException
args
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateUserException
(String message) DuplicateUserException
(String message, Object... args) -
Method Summary
Methods inherited from class org.apache.wiki.api.exceptions.WikiI18nException
getArgs
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateUserException
-
DuplicateUserException
-