public class

SnmpUnknownModelLcdException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sun.jmx.snmp.SnmpUnknownModelLcdException

Class Overview

This exception is thrown when an SnmpLcd has no ModelLcd associated to the model.

This API is a Sun Microsystems internal API and is subject to change without notice.

Summary

Public Constructors
SnmpUnknownModelLcdException(String msg)
Constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SnmpUnknownModelLcdException (String msg)

Constructor.

Parameters
msg The exception msg to display.