- java.lang.Object
-
- org.snmp4j.agent.AgentConfigManager.ErrorDescriptor
-
- All Implemented Interfaces:
AgentState.ErrorDescriptor
- Enclosing class:
- AgentConfigManager
public static class AgentConfigManager.ErrorDescriptor extends Object implements AgentState.ErrorDescriptor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ExceptiongetException()intgetSourceState()intgetTargetState()
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceAgentState.ErrorDescriptor
-
getSourceState
public int getSourceState()
- Specified by:
getSourceStatein interfaceAgentState.ErrorDescriptor
-
getTargetState
public int getTargetState()
- Specified by:
getTargetStatein interfaceAgentState.ErrorDescriptor
-
getException
public Exception getException()
- Specified by:
getExceptionin interfaceAgentState.ErrorDescriptor
-
-