Class SubagentXConfigManager.ErrorDescriptor

java.lang.Object
org.snmp4j.agent.agentx.subagent.SubagentXConfigManager.ErrorDescriptor
All Implemented Interfaces:
org.snmp4j.agent.AgentState.ErrorDescriptor
Enclosing class:
SubagentXConfigManager

public static class SubagentXConfigManager.ErrorDescriptor extends Object implements org.snmp4j.agent.AgentState.ErrorDescriptor
The ErrorDescriptor describes an error that occurred during an agent state transition, including the causing exception and the source and target states involved.
Since:
3.0.0
Version:
3.0.0
Author:
Frank Fock
  • Method Details

    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.snmp4j.agent.AgentState.ErrorDescriptor
    • getSourceState

      public int getSourceState()
      Specified by:
      getSourceState in interface org.snmp4j.agent.AgentState.ErrorDescriptor
    • getTargetState

      public int getTargetState()
      Specified by:
      getTargetState in interface org.snmp4j.agent.AgentState.ErrorDescriptor
    • getException

      public Exception getException()
      Specified by:
      getException in interface org.snmp4j.agent.AgentState.ErrorDescriptor