com.ecyrd.jspwiki.auth.user
Class DuplicateUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DuplicateUserException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateUserException

public DuplicateUserException(String message)