SourceForge.net Logo

org.netsnmp
Class NetSNMPSession.readInterrupt

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--org.netsnmp.NetSNMPSession.readInterrupt
All Implemented Interfaces:
Serializable
Enclosing class:
NetSNMPSession

public static class NetSNMPSession.readInterrupt
extends Throwable

Internal exception thrown when a read has been signalled to end prematturely

See Also:
Serialized Form

Constructor Summary
protected NetSNMPSession.readInterrupt(String msg)
          Deprecated.  
 
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

NetSNMPSession.readInterrupt

protected NetSNMPSession.readInterrupt(String msg)
Deprecated. 

SourceForge.net Logo