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

SnmpUnknownSecModelException

public class SnmpUnknownSecModelException extends com.sun.jmx.snmp.SnmpUnknownModelException
This exception is thrown when an SnmpSecuritySubSystem doesn't know the passed ID.

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

since
1.5

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

param
msg The exception msg to display.

	super(msg);
    
Methods Summary