com.uwyn.drone.modules.seenmanagement.exceptions
Class GetSeenErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.modules.exceptions.SeenManagerException
              extended bycom.uwyn.drone.modules.seenmanagement.exceptions.GetSeenErrorException
All Implemented Interfaces:
Serializable

public class GetSeenErrorException
extends SeenManagerException

See Also:
Serialized Form

Constructor Summary
GetSeenErrorException(Bot bot, Channel channel, String nickname)
           
GetSeenErrorException(Bot bot, Channel channel, String nickname, DatabaseException cause)
           
 
Method Summary
 Bot getBot()
           
 Channel getChannel()
           
 String getString()
           
 
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

GetSeenErrorException

public GetSeenErrorException(Bot bot,
                             Channel channel,
                             String nickname)

GetSeenErrorException

public GetSeenErrorException(Bot bot,
                             Channel channel,
                             String nickname,
                             DatabaseException cause)
Method Detail

getBot

public Bot getBot()

getChannel

public Channel getChannel()

getString

public String getString()


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.