Class McpContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.snmp4j.mcp.context.McpContextException
All Implemented Interfaces:
Serializable

public class McpContextException extends Exception
Exception thrown when a context operation fails.
Since:
0.0.1
Version:
0.1.0
Author:
SNMP4J.org
See Also:
  • Constructor Details

    • McpContextException

      public McpContextException(String message)
      Creates a new context exception with the specified message.
      Parameters:
      message - the error message
    • McpContextException

      public McpContextException(String message, Throwable cause)
      Creates a new context exception with the specified message and cause.
      Parameters:
      message - the error message
      cause - the cause