- 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
-
-
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()
-