Package uk.co.westhawk.snmp.stack
Class AgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.westhawk.snmp.stack.PduException
uk.co.westhawk.snmp.stack.AgentException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the response PDU was received OK, but the PDU
contains an error.
- Version:
- $Revision: 3.5 $ $Date: 2006/01/17 17:43:54 $
- Author:
- Birgit Arkesteijn
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an AgentException with no specified detail message.AgentException
(String str) Constructs an AgentException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AgentException
public AgentException()Constructs an AgentException with no specified detail message. -
AgentException
Constructs an AgentException with the specified detail message.- Parameters:
str
- The detail message.
-