vub.starlab.ontoserver.database.exceptions
Class UserAccountAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--vub.starlab.ontoserver.database.exceptions.UserAccountAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class UserAccountAlreadyExistsException
extends java.lang.Exception

Exception denoting that a user already exists

Author:
Sven Casteleyn
See Also:
Serialized Form

Constructor Summary
UserAccountAlreadyExistsException(java.lang.String UserAccountLabel)
           
 
Method Summary
 java.lang.String getUserAccountLabel()
          Accessor method returning the username of the account that already exists
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAccountAlreadyExistsException

public UserAccountAlreadyExistsException(java.lang.String UserAccountLabel)
Method Detail

getUserAccountLabel

public java.lang.String getUserAccountLabel()
Accessor method returning the username of the account that already exists
Returns:
String the username of the account that already exists