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 Summary
Modifier and TypeMethodDescriptionintint
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceorg.snmp4j.agent.AgentState.ErrorDescriptor
-
getSourceState
public int getSourceState()- Specified by:
getSourceStatein interfaceorg.snmp4j.agent.AgentState.ErrorDescriptor
-
getTargetState
public int getTargetState()- Specified by:
getTargetStatein interfaceorg.snmp4j.agent.AgentState.ErrorDescriptor
-
getException
- Specified by:
getExceptionin interfaceorg.snmp4j.agent.AgentState.ErrorDescriptor
-