FileDocCategorySizeDatePackage
SnmpUnknownModelLcdException.javaAPI DocJava SE 6 API755Tue Jun 10 00:22:06 BST 2008com.sun.jmx.snmp

SnmpUnknownModelLcdException

public class SnmpUnknownModelLcdException extends Exception
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.

since
1.5

Fields Summary
Constructors Summary
public SnmpUnknownModelLcdException(String msg)
Constructor.

param
msg The exception msg to display.

	super(msg);
    
Methods Summary