Skip to main content

Posts

Showing posts from 2015

SnmpUnknownSecModelException

com.sun.jmx.snmp.SnmpUnknownSecModelException SnmpUnknownSecModelException is described in the javadoc comments as: 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 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. SnmpUnknownSecModelException 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. SnmpUnknownSecModelException is not thrown within the available source code.

SnmpUnknownModelLcdException

com.sun.jmx.snmp.SnmpUnknownModelLcdException SnmpUnknownModelLcdException is described in the javadoc comments as: This exception is thrown when an SnmpLcd has no ModelLcd associated to the model. 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.SnmpUnknownModelLcdException: Model : ... ' is thrown within the method: com.sun.jmx.snmp.internal.SnmpLcd.removeModelLcd(SnmpSubSystem, int) 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.SnmpLcd.re

SnmpUnknownModelException

com.sun.jmx.snmp.SnmpUnknownModelException SnmpUnknownModelException is described in the javadoc comments as: This exception is thrown when a needed model is not present in the engine. 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. SnmpUnknownModelException 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. SnmpUnknownModelException is not thrown within the available source code.

VerificationException

com.sun.org.apache.bcel.internal.verifier.exc.VerificationException VerificationException is described in the javadoc comments as: Instances of this class are thrown by BCEL's class file verifier 'JustIce' when a class file to verify does not pass one of the verification passes 2 or 3. Note that the pass 3 used by 'JustIce' involves verification that is usually delayed to pass 4. The name of this class is justified by the Java Virtual Machine Specification, 2nd edition, page 164, 5.4.1 where verification as a part of the linking process is defined to be the verification happening in passes 2 and 3. version: $Id: VerificationException.java,v 1.1.1.1 2001/10/29 20:00:34 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. VerificationException is not thrown withi

StructuralCodeConstraintException

com.sun.org.apache.bcel.internal.verifier.exc.StructuralCodeConstraintException StructuralCodeConstraintException is described in the javadoc comments as: Instances of this class are thrown by BCEL's class file verifier 'JustIce' when a class file to verify does not pass the verification pass 3 because of a violation of a structural constraint as described in the Java Virtual Machine Specification, 2nd edition, 4.8.2, pages 137-139. Note that the notion of a 'structural' constraint is somewhat misleading. Structural constraints are constraints on relationships between Java virtual machine instructions. These are the constraints where data-flow analysis is needed to verify if they hold. The data flow analysis of pass 3 is called pass 3b in JustIce. version: $Id: StructuralCodeConstraintException.java,v 1.1.1.1 2001/10/29 20:00:34 jvanzyl Exp $ author: Enver Haase Where is this exception thrown? Following, is a list of exception messages cross-referenced to the so

StaticCodeInstructionOperandConstraintException

com.sun.org.apache.bcel.internal.verifier.exc.StaticCodeInstructionOperandConstraintException StaticCodeInstructionOperandConstraintException is described in the javadoc comments as: Instances of this class are thrown by BCEL's class file verifier 'JustIce' when a class file to verify does not pass the verification pass 3 because of a violation of a static constraint as described in the Java Virtual Machine Specification, Second edition, 4.8.1, pages 133-137. The static constraints checking part of pass 3 is called pass 3a in JustIce. Static constraints on the operands of instructions in the code array are checked late in pass 3a and are described on page 134-137 in the Java Virtual Machine Specification, Second Edition. version: $Id: StaticCodeInstructionOperandConstraintException.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

StaticCodeInstructionConstraintException

com.sun.org.apache.bcel.internal.verifier.exc.StaticCodeInstructionConstraintException StaticCodeInstructionConstraintException is described in the javadoc comments as: Instances of this class are thrown by BCEL's class file verifier 'JustIce' when a class file to verify does not pass the verification pass 3 because of a violation of a static constraint as described in the Java Virtual Machine Specification, Second edition, 4.8.1, pages 133-137. The static constraints checking part of pass 3 is called pass 3a in JustIce. Static constraints on the instructions in the code array are checked early in pass 3a and are described on page 134 in the Java Virtual Machine Specification, Second Edition. version: $Id: StaticCodeInstructionConstraintException.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 met

StaticCodeConstraintException

com.sun.org.apache.bcel.internal.verifier.exc.StaticCodeConstraintException StaticCodeConstraintException is described in the javadoc comments as: Instances of this class are thrown by BCEL's class file verifier 'JustIce' when a class file to verify does not pass the verification pass 3 because of a violation of a static constraint as described in the Java Virtual Machine Specification, 2nd edition, 4.8.1, pages 133-137. The static constraints checking part of pass 3 is called pass 3a in JustIce. version: $Id: StaticCodeConstraintException.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. StaticCodeConstraintException is not thrown within any available source code. How is this exception thrown? The following sub-sections identif

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.