Skip to main content

Posts

SnmpTooBigException

com.sun.jmx.snmp.SnmpTooBigException SnmpTooBigException is described in the javadoc comments as: Is used internally to signal that the size of a PDU exceeds the packet size limitation. You will not usually need to use this class, except if you decide to implement your own { link: com.sun.jmx.snmp.SnmpPduFactory SnmPduFactory} object. The varBindCount property contains the number of SnmpVarBind successfully encoded before the exception was thrown. Its value is 0 when this number is unknown. This API is a Sun Microsystems internal API and is subject to change without notice. version: 1.1 07/23/98 author: Sun Microsystems, Inc Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. The message ' com.sun.jmx.snmp.SnmpTooBigException: ' is thrown within the method: com.sun.jmx.snmp.SnmpMessage.encodeMessage...

SnmpBadSecurityLevelException

com.sun.jmx.snmp.SnmpBadSecurityLevelException SnmpBadSecurityLevelException is described in the javadoc comments as: 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 Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. The message ' com.sun.jmx.snmp.SnmpBadSecurityLevelException: Security level: ... noAuthPriv!!! ' is thrown within the method: com.sun.jmx.snmp.internal.SnmpEngineImpl.checkSecurityLevel(byte) How is this exception thrown? The following sub-sections identify where this exception is thrown, and how (or why) the code is throwing the exception. Any source code quoted in this section is subject to the Java Research License unless stated otherwise. com.sun.jmx.snmp.internal.S...

SnmpSecurityException

com.sun.jmx.snmp.SnmpSecurityException SnmpSecurityException is described in the javadoc comments as: This exception is thrown when an error occurs in an SnmpSecurityModel . This API is a Sun Microsystems internal API and is subject to change without notice. since: 1.5 Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. SnmpSecurityException is not thrown within any available source code. How is this exception thrown? The following sub-sections identify where this exception is thrown, and how (or why) the code is throwing the exception. Any source code quoted in this section is subject to the Java Research License unless stated otherwise. SnmpSecurityException is not thrown within the available source code.

LocalVariableInfoInconsistentException

com.sun.org.apache.bcel.internal.verifier.exc.LocalVariableInfoInconsistentException LocalVariableInfoInconsistentException is described in the javadoc comments as: A LocalVariableInfoInconsistentException instance is thrown by the LocalVariableInfo class when it detects that the information it holds is inconsistent; this is normally due to inconsistent LocalVariableTable entries in the Code attribute of a certain Method object. version: $Id: LocalVariableInfoInconsistentException.java,v 1.1.1.1 2001/10/29 20:00:33 jvanzyl Exp $ author: Enver Haase Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. The message ' com.sun.org.apache.bcel.internal.verifier.exc.LocalVariableInfoInconsistentException: At bytecode offset ' ... ' a local variable has two different names: ' ... ' and ' ... '....

InvalidMethodException

com.sun.org.apache.bcel.internal.verifier.exc.InvalidMethodException InvalidMethodException is described in the javadoc comments as: Instances of this class are thrown by BCEL's class file verifier 'JustIce' when the verification of a method is requested that does not exist. version: $Id: InvalidMethodException.java,v 1.1.1.1 2001/10/29 20:00:33 jvanzyl Exp $ author: Enver Haase Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. The message ' com.sun.org.apache.bcel.internal.verifier.exc.InvalidMethodException: METHOD DOES NOT EXIST! ' is thrown within the method: com.sun.org.apache.bcel.internal.verifier.statics.Pass3aVerifier.do_verify() How is this exception thrown? The following sub-sections identify where this exception is thrown, and how (or why) the code is throwing the exception....

AssertionViolatedException

com.sun.org.apache.bcel.internal.verifier.exc.AssertionViolatedException AssertionViolatedException is described in the javadoc comments as: Instances of this class should never be thrown. When such an instance is thrown, this is due to an INTERNAL ERROR of BCEL's class file verifier "JustIce". version: $Id: AssertionViolatedException.java,v 1.2 2003/10/07 07:38:12 rameshm Exp $ author: Enver Haase Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. The message ' com.sun.org.apache.bcel.internal.verifier.exc.AssertionViolatedException: Cannot push NULL onto OperandStack. ' is thrown within the method: com.sun.org.apache.bcel.internal.verifier.structurals.OperandStack.push(Type) The message ' com.sun.org.apache.bcel.internal.verifier.exc.AssertionViolatedException: Could not load all t...

SnmpUnknownAccContrModelException

com.sun.jmx.snmp.SnmpUnknownAccContrModelException SnmpUnknownAccContrModelException is described in the javadoc comments as: This exception is thrown when an SnmpAccessControlSubSystem doesn't know the passed ID. This API is a Sun Microsystems internal API and is subject to change without notice. since: 1.5 Where is this exception thrown? Following, is a list of exception messages cross-referenced to the source code responsible for throwing them. Click on the method link to view the code and see how the exception is thrown. SnmpUnknownAccContrModelException is not thrown within any available source code. How is this exception thrown? The following sub-sections identify where this exception is thrown, and how (or why) the code is throwing the exception. Any source code quoted in this section is subject to the Java Research License unless stated otherwise. SnmpUnknownAccContrModelException is not thrown within the available source code.