java.lang.Object
java.lang.Throwable
java.lang.Exception
org.snmp4j.fluent.SnmpCompletableFuture.SnmpErrorException
- All Implemented Interfaces:
Serializable
- Enclosing class:
SnmpCompletableFuture
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
errorStatus
private final int errorStatus -
errorIndex
private final int errorIndex
-
-
Constructor Details
-
SnmpErrorException
public SnmpErrorException(int errorStatus, int errorIndex)
-
-
Method Details
-
getErrorStatus
public int getErrorStatus() -
getErrorIndex
public int getErrorIndex() -
getErrorMessage
-