com.ireasoning.protocol.snmp
Class SnmpEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ireasoning.protocol.snmp.SnmpEncodingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SnmpBufferOverflowException
- public class SnmpEncodingException
- extends Exception
SnmpEncodingException is raised when something wrong is detected in the
encoding process.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SnmpEncodingException
public SnmpEncodingException()
- Default constructor
SnmpEncodingException
public SnmpEncodingException(String msg)
- Constructs a new exception with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002 iReasoning Inc. All Rights Reserved.