com.web_visage.ichat.exception
Class IChatUserNotFoundException

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.exception.IChatUserNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class IChatUserNotFoundException
extends IChatException

Thrown to indicate that the requested user hasn't been found.

Author:
K.Baturytski
See Also:
Serialized Form

Constructor Summary
IChatUserNotFoundException()
          Constructor.
IChatUserNotFoundException(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

IChatUserNotFoundException

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

Parameters:
aMessage -

IChatUserNotFoundException

public IChatUserNotFoundException()
Constructor.