All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.database.InvalidLoginException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----tc.database.ValidationException
                           |
                           +----tc.database.InvalidLoginException

public class InvalidLoginException
extends ValidationException
This exception is thrown if one tries tamper data (in a database) related to a user name that does not belong to the user associated with the specific DatabaseManager.


Variable Index

 o userName

Constructor Index

 o InvalidLoginException(String)
Constructs the exception object.

Method Index

 o getUserName()
Gets the invalid user name.

Variables

 o userName
 private String userName

Constructors

 o InvalidLoginException
 InvalidLoginException(String s)
Constructs the exception object.

Parameters:
s - The user name the was illegal.

Methods

 o getUserName
 public String getUserName()
Gets the invalid user name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index