All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.network.snmp.ui.SNMPUIBeanException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.network.snmp.ui.SNMPUIBeanException

public class SNMPUIBeanException
extends Exception
This is a general Exception thrown by UserInterface Bean upon encountering an unforeseen error.


Constructor Index

 o SNMPUIBeanException()
Default constructor for SNMPUIBeanException.
 o SNMPUIBeanException(String)
Construct SNMPUIBean Exception with passed message.

Constructors

 o SNMPUIBeanException
 public SNMPUIBeanException()
Default constructor for SNMPUIBeanException.

 o SNMPUIBeanException
 public SNMPUIBeanException(String param)
Construct SNMPUIBean Exception with passed message.

Parameters:
param - - String containing the message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index