com.web_visage.ichat
Class MessageQueueIsEmptyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.web_visage.ichat.exception.IChatException
              extended by com.web_visage.ichat.MessageQueueIsEmptyException
All Implemented Interfaces:
java.io.Serializable

public class MessageQueueIsEmptyException
extends IChatException

Thrown in case when a user tries to access element of the empty message queue.

Author:
K.Baturytski
See Also:
Serialized Form

Constructor Summary
MessageQueueIsEmptyException()
          Constructor.
MessageQueueIsEmptyException(java.lang.String aMessage)
          Constructor.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageQueueIsEmptyException

public MessageQueueIsEmptyException(java.lang.String aMessage)
Constructor.

Parameters:
aMessage -

MessageQueueIsEmptyException

public MessageQueueIsEmptyException()
Constructor.