edu.columbia.coms6901.pingtel.pingim
Class IMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.columbia.coms6901.pingtel.pingim.IMException
All Implemented Interfaces:
java.io.Serializable

public class IMException
extends java.lang.Exception

Very simple exception for PingIM Xpression. Most of this class was generated automatically via NetBeans (not that the class actually does all that much).

Version:
1.0
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
IMException()
          Creates a new instance of IMException without detail message.
IMException(java.lang.String sMessage)
          Constructs an instance of IMException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

IMException

public IMException()
Creates a new instance of IMException without detail message.

IMException

public IMException(java.lang.String sMessage)
Constructs an instance of IMException with the specified detail message.
Parameters:
sMessage - The detail message.