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:
java.io.Serializable
public final class DuplicateUserException extends WikiI18nException
Exception indicating that an identical user already exists in the user database.- Since:
- 2.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wiki.api.exceptions.WikiI18nException
args
-
-
Constructor Summary
Constructors Constructor Description DuplicateUserException(java.lang.String message)
DuplicateUserException(java.lang.String message, java.lang.Object... args)
-
Method Summary
-
Methods inherited from class org.apache.wiki.api.exceptions.WikiI18nException
getArgs
-
-
-
-
Constructor Detail
-
DuplicateUserException
public DuplicateUserException(java.lang.String message)
-
DuplicateUserException
public DuplicateUserException(java.lang.String message, java.lang.Object... args)
-
-