Class McpContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.snmp4j.mcp.context.McpContextException
- All Implemented Interfaces:
Serializable
Exception thrown when a context operation fails.
- Since:
- 0.0.1
- Version:
- 0.1.0
- Author:
- SNMP4J.org
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMcpContextException(String message) Creates a new context exception with the specified message.McpContextException(String message, Throwable cause) Creates a new context exception with the specified message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
McpContextException
Creates a new context exception with the specified message.- Parameters:
message- the error message
-
McpContextException
-