|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--vub.starlab.ontoserver.database.exceptions.UserAccountAlreadyExistsException
Exception denoting that a user already exists
| 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 |
public UserAccountAlreadyExistsException(java.lang.String UserAccountLabel)
| Method Detail |
public java.lang.String getUserAccountLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||