com.ecyrd.jspwiki.auth.user
Class DuplicateUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ecyrd.jspwiki.auth.user.DuplicateUserException
- All Implemented Interfaces:
- Serializable
public final class DuplicateUserException
- extends Exception
Exception indicating that an identical user already exists in the user
database.
- Since:
- 2.3
- Author:
- Andrew Jaquith
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateUserException
public DuplicateUserException(String message)