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.
-
SNMPUIBeanException()
- Default constructor for SNMPUIBeanException.
-
SNMPUIBeanException(String)
- Construct SNMPUIBean Exception with passed message.
SNMPUIBeanException
public SNMPUIBeanException()
- Default constructor for SNMPUIBeanException.
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