Package uk.co.westhawk.snmp.stack
Class EncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.westhawk.snmp.stack.PduException
uk.co.westhawk.snmp.stack.EncodingException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the PDU cannot be build or encoded.
- Version:
- $Revision: 3.5 $ $Date: 2006/01/17 17:43:54 $
- Author:
- Birgit Arkesteijn
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an EncodingException with no specified detail message.EncodingException
(String str) Constructs an EncodingException 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
-
EncodingException
public EncodingException()Constructs an EncodingException with no specified detail message. -
EncodingException
Constructs an EncodingException with the specified detail message.- Parameters:
str
- The detail message.
-