HOME

com.ireasoning.protocol.snmp
Class SnmpEncodingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
SnmpEncodingException()
          Default constructor
SnmpEncodingException(String msg)
          Constructs a new exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnmpEncodingException

public SnmpEncodingException()
Default constructor


SnmpEncodingException

public SnmpEncodingException(String msg)
Constructs a new exception with the specified detail message.

Parameters:
msg - the detail message.

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.