public class SnmpNoSuchInstance extends SnmpV2Error
SnmpVarBind, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static byte | 
ASNTYPE
The ASN.1 value that defines this variable. 
 | 
| Constructor and Description | 
|---|
SnmpNoSuchInstance()
The default class construtor. 
 | 
SnmpNoSuchInstance(SnmpNoSuchInstance second)
The class copy constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
clone()
Returns a duplicate object of self. 
 | 
SnmpSyntax | 
duplicate()
Returns a duplicate object of self. 
 | 
String | 
toString()
Returns the string representation of the object. 
 | 
byte | 
typeId()
Returns the ASN.1 type for this particular object. 
 | 
decodeASN, encodeASNpublic static final byte ASNTYPE
public SnmpNoSuchInstance()
public SnmpNoSuchInstance(SnmpNoSuchInstance second)
second - The object to copy into self.public byte typeId()
typeId in interface SnmpSyntaxtypeId in class SnmpV2Errorpublic SnmpSyntax duplicate()
duplicate in interface SnmpSyntaxduplicate in class SnmpV2Errorpublic Object clone()
clone in class SnmpV2ErrorCopyright © 2021. All rights reserved.