All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.messaging.convenience.IMException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----netscape.messaging.convenience.IMException

public class IMException
extends Exception
The IMException class represents an internal error in the Convenience API implementation of the Messaging Access SDK.

See Also:
IMTransport

Constructor Index

 o IMException()
Constructs an IMException object.
 o IMException(String)
Constructs an IMException object given a descriptive string.

Constructors

 o IMException
 public IMException()
Constructs an IMException object. Default constructor for the IMException class.

 o IMException
 public IMException(String s)
Constructs an IMException object given a descriptive string.

Parameters:
s - String that describes the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index