- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.snmp4j.fluent.SnmpCompletableFuture.SnmpErrorException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SnmpCompletableFuture
public static class SnmpCompletableFuture.SnmpErrorException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
errorIndex
private int
errorStatus
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SnmpErrorException(int errorStatus, int errorIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorIndex()
java.lang.String
getErrorMessage()
int
getErrorStatus()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
errorStatus
private final int errorStatus
-
errorIndex
private final int errorIndex
-
-