Module org.snmp4j

Class 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()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SnmpErrorException

        public SnmpErrorException​(int errorStatus,
                                  int errorIndex)
    • Method Detail

      • getErrorStatus

        public int getErrorStatus()
      • getErrorIndex

        public int getErrorIndex()
      • getErrorMessage

        public java.lang.String getErrorMessage()