FileDocCategorySizeDatePackage
SnmpUnknownModelLcdException.javaAPI DocJava SE 5 API754Fri Aug 26 14:55:04 BST 2005com.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