File
Doc
Category
Size
Date
Package
SnmpBadSecurityLevelException.java
API Doc
Java SE 5 API
648
Fri Aug 26 14:55:02 BST 2005
com.sun.jmx.snmp
SnmpBadSecurityLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Java Code Source