org.gnomekr.potron.service
Class AlreadyCheckedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gnomekr.potron.service.AlreadyCheckedOutException
All Implemented Interfaces:
Serializable

public class AlreadyCheckedOutException
extends Exception

AlreadyCheckedOutException.java

Version:
$Revision: 1.1 $ $Date: 2005/06/30 08:59:50 $
Author:
Xavier Cho
See Also:
Serialized Form

Constructor Summary
AlreadyCheckedOutException(String userName)
           
AlreadyCheckedOutException(String userName, String message)
           
 
Method Summary
 String getUserName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyCheckedOutException

public AlreadyCheckedOutException(String userName)

AlreadyCheckedOutException

public AlreadyCheckedOutException(String userName,
                                  String message)
Parameters:
message -
Method Detail

getUserName

public String getUserName()


Copyright © 2000-2005 Gnome Korea. All Rights Reserved.