com.fuse.storage.data_objects
Class UserExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fuse.storage.DatabaseException
              extended by com.fuse.storage.data_objects.UserExistsException
All Implemented Interfaces:
java.io.Serializable

public class UserExistsException
extends DatabaseException
implements java.io.Serializable

Thrown if user with given name already exists

See Also:
Serialized Form

Constructor Summary
UserExistsException()
           
 
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

UserExistsException

public UserExistsException()