vub.starlab.InterpretationLayer.exceptions
Class UserAccountStillActiveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--vub.starlab.InterpretationLayer.exceptions.UserAccountStillActiveException

public class UserAccountStillActiveException
extends java.lang.Exception

Title: Dogma interpretation layer API - UserAccountStillActiveException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab

Version:
1.0
Author:
Jan Demey
See Also:
Serialized Form

Constructor Summary
UserAccountStillActiveException(java.lang.String UserName)
           
 
Method Summary
 java.lang.String getUserName()
          Accessor method returning the UserName of the useraccount that is still active
 
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

UserAccountStillActiveException

public UserAccountStillActiveException(java.lang.String UserName)
Method Detail

getUserName

public java.lang.String getUserName()
Accessor method returning the UserName of the useraccount that is still active
Returns:
String the username of the useraccount that is still active