net.sf.jzeno.exception
Class DuplicateUsernameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jzeno.exception.ManagedException
              extended by net.sf.jzeno.exception.DuplicateUsernameException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateUsernameException
extends ManagedException

See Also:
Serialized Form

Constructor Summary
DuplicateUsernameException()
           
DuplicateUsernameException(java.lang.String message)
           
 
Method Summary
 void addError(java.lang.String s)
           
 java.util.List getErrors()
           
 
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

DuplicateUsernameException

public DuplicateUsernameException()

DuplicateUsernameException

public DuplicateUsernameException(java.lang.String message)
Method Detail

addError

public void addError(java.lang.String s)

getErrors

public java.util.List getErrors()