FileDocCategorySizeDatePackage
SnmpBadSecurityLevelException.javaAPI DocJava SE 5 API648Fri Aug 26 14:55:02 BST 2005com.sun.jmx.snmp

SnmpBadSecurityLevelException

public class SnmpBadSecurityLevelException extends Exception
This exception is thrown when an incorrect security level is handled.

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

since
1.5

Fields Summary
Constructors Summary
public SnmpBadSecurityLevelException(String msg)

	super(msg);
    
Methods Summary