FileDocCategorySizeDatePackage
SnmpUnknownModelException.javaAPI DocJava SE 5 API726Fri Aug 26 14:55:04 BST 2005com.sun.jmx.snmp

SnmpUnknownModelException

public class SnmpUnknownModelException extends Exception
This exception is thrown when a needed model is not present in the engine.

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

since
1.5

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

param
msg The exception msg to display.

	super(msg);
    
Methods Summary