Module org.snmp4j

Class SnmpCompletableFuture.SnmpErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.snmp4j.fluent.SnmpCompletableFuture.SnmpErrorException
All Implemented Interfaces:
Serializable
Enclosing class:
SnmpCompletableFuture

public static class SnmpCompletableFuture.SnmpErrorException extends Exception
This SnmpErrorException represents an SNMP error status and index.
See Also:
  • Constructor Details

    • SnmpErrorException

      public SnmpErrorException(int errorStatus, int errorIndex)
  • Method Details

    • getErrorStatus

      public int getErrorStatus()
    • getErrorIndex

      public int getErrorIndex()
    • getErrorMessage

      public String getErrorMessage()