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
-
IMException()
- Constructs an IMException object.
-
IMException(String)
- Constructs an IMException object given a descriptive string.
IMException
public IMException()
- Constructs an IMException object.
Default constructor for the IMException class.
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