com.uwyn.drone.modules.logmanagement.exceptions
Class GetLogMessagesErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.modules.exceptions.LogManagerException
              extended bycom.uwyn.drone.modules.logmanagement.exceptions.GetLogMessagesErrorException
All Implemented Interfaces:
Serializable

public class GetLogMessagesErrorException
extends LogManagerException

See Also:
Serialized Form

Constructor Summary
GetLogMessagesErrorException(Bot bot, Channel channel, Calendar day)
           
GetLogMessagesErrorException(Bot bot, Channel channel, Calendar day, DatabaseException cause)
           
 
Method Summary
 Bot getBot()
           
 Channel getChannel()
           
 Calendar getDay()
           
 
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

GetLogMessagesErrorException

public GetLogMessagesErrorException(Bot bot,
                                    Channel channel,
                                    Calendar day)

GetLogMessagesErrorException

public GetLogMessagesErrorException(Bot bot,
                                    Channel channel,
                                    Calendar day,
                                    DatabaseException cause)
Method Detail

getBot

public Bot getBot()

getChannel

public Channel getChannel()

getDay

public Calendar getDay()


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