ibspan.tss.dao
Class UserAlreadyKnownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserAlreadyKnownException
public UserAlreadyKnownException(String msg)
UserAlreadyKnownException
public UserAlreadyKnownException(String msg,
Throwable e)