com.web_visage.ichat.exception
Class IChatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.web_visage.ichat.exception.IChatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DisconnectedException, IChatUserNotFoundException, MalformedMessageException, MalformedSenderException, MessageQueueIsEmptyException

public class IChatException
extends java.lang.Exception

Base class for implementing iChat exceptions

Author:
K.Baturytski
See Also:
Serialized Form

Constructor Summary
IChatException()
          Constructor
IChatException(java.lang.String aMessage)
          Constructor
IChatException(java.lang.String s, java.lang.Throwable t)
          Constructor.
IChatException(java.lang.Throwable t)
          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

IChatException

public IChatException(java.lang.String aMessage)
Constructor

Parameters:
aMessage -

IChatException

public IChatException()
Constructor


IChatException

public IChatException(java.lang.Throwable t)
Constructor.

Parameters:
t -

IChatException

public IChatException(java.lang.String s,
                      java.lang.Throwable t)
Constructor.

Parameters:
s -
t -