net.i2p.client
Class I2PSessionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.i2p.I2PException
              extended bynet.i2p.client.I2PSessionException
All Implemented Interfaces:
java.io.Serializable

public class I2PSessionException
extends I2PException

Thrown when there is a problem doing something on the session

Author:
jrandom
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
I2PSessionException(java.lang.String msg)
           
I2PSessionException(java.lang.String msg, java.lang.Throwable t)
           
 
Methods inherited from class net.i2p.I2PException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

I2PSessionException

public I2PSessionException(java.lang.String msg,
                           java.lang.Throwable t)

I2PSessionException

public I2PSessionException(java.lang.String msg)