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

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.RecordSeenErrorException
All Implemented Interfaces:
Serializable

public class RecordSeenErrorException
extends SeenManagerException

See Also:
Serialized Form

Constructor Summary
RecordSeenErrorException(Bot bot, Channel channel, SeenData seenData)
           
RecordSeenErrorException(Bot bot, Channel channel, SeenData seenData, DatabaseException cause)
           
 
Method Summary
 Bot getBot()
           
 Channel getChannel()
           
 SeenData getServerMessage()
           
 
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

RecordSeenErrorException

public RecordSeenErrorException(Bot bot,
                                Channel channel,
                                SeenData seenData)

RecordSeenErrorException

public RecordSeenErrorException(Bot bot,
                                Channel channel,
                                SeenData seenData,
                                DatabaseException cause)
Method Detail

getBot

public Bot getBot()

getChannel

public Channel getChannel()

getServerMessage

public SeenData getServerMessage()


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.