ibspan.tss.dao
Class UserAlreadyKnownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.dao.UserAlreadyKnownException
All Implemented Interfaces:
Serializable

public class UserAlreadyKnownException
extends Exception

Thrown when trying to create account for the user with existing name or login name.

Author:
Maciej Gawinecki
See Also:
Serialized Form

Constructor Summary
UserAlreadyKnownException(String msg)
           
UserAlreadyKnownException(String msg, Throwable e)
           
 
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

UserAlreadyKnownException

public UserAlreadyKnownException(String msg)

UserAlreadyKnownException

public UserAlreadyKnownException(String msg,
                                 Throwable e)