com.ibm.b2bi.im
Class IMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.b2bi.im.IMException

public class IMException
extends java.lang.Exception

This generic IM specific exception is thrown when an exception occurs that is not addressed by any other IM specific exception classes.

See Also:
Serialized Form

Field Summary
static java.lang.String copyrightNotice
           
 
Constructor Summary
IMException()
          IMException constructor comment.
IMException(java.lang.String s)
          IMException constructor comment.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyrightNotice

public static final java.lang.String copyrightNotice
Constructor Detail

IMException

public IMException()
IMException constructor comment.

IMException

public IMException(java.lang.String s)
IMException constructor comment.
Parameters:
s - java.lang.String