com.samskivert.servlet.user
Class InvalidUsernameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.samskivert.servlet.user.InvalidUsernameException
All Implemented Interfaces:
Serializable

public class InvalidUsernameException
extends Exception

Thrown during user account creation if an invalid username is supplied.

See Also:
Serialized Form

Constructor Summary
InvalidUsernameException(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

InvalidUsernameException

public InvalidUsernameException(String message)


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.