org.opennms.protocols.snmp.asn1
Class AsnDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opennms.protocols.snmp.asn1.AsnDecodingException
- All Implemented Interfaces:
- Serializable
- public class AsnDecodingException
- extends Exception
The AsnDecodingException is generated whenever an error
occurs in ASN.1 decoding of data types. The errors are
generally buffer underflow errors (insufficent data).
Other errors include malformed ASN.1 Types.
- Version:
- $Revision: 1.7 $
- Author:
- OpenNMS, Brian Weaver
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AsnDecodingException
public AsnDecodingException()
- The default exception constructor
AsnDecodingException
public AsnDecodingException(String why)
- The exception constructor
- Parameters:
why
- The reason the exception is being raised
Generated by jpp on July 15 2004 1044.