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

SnmpUnknownSubSystemException

public class SnmpUnknownSubSystemException extends Exception
This exception is thrown when the handled SnmpSubSystem is unknown.

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

since
1.5

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

param
msg The exception msg to display.

	super(msg);
    
Methods Summary