org.apache.wiki.auth.user
Class DuplicateUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.api.exceptions.WikiI18nException
                  extended by org.apache.wiki.auth.user.DuplicateUserException
All Implemented Interfaces:
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
DuplicateUserException(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
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)

DuplicateUserException

public DuplicateUserException(String message,
                              Object... args)


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.