Package uk.co.westhawk.snmp.stack
Class PduException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.westhawk.snmp.stack.PduException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AgentException
,DecodingException
,EncodingException
- Version:
- $Revision: 3.5 $ $Date: 2006/01/17 17:43:54 $
- Author:
- Birgit Arkesteijn
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a PduException with no specified detail message.PduException
(String str) Constructs a PduException 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
-
PduException
public PduException()Constructs a PduException with no specified detail message. -
PduException
Constructs a PduException with the specified detail message.- Parameters:
str
- The detail message.
-