net.i2p
Class I2PException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.i2p.I2PException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataFormatException, I2CPMessageException, I2NPMessageException, I2PSessionException, TooManyStreamsException

public class I2PException
extends java.lang.Exception

Base class of I2P exceptions

Author:
jrandom
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
I2PException()
           
I2PException(java.lang.String msg)
           
I2PException(java.lang.String msg, java.lang.Throwable source)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
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

I2PException

public I2PException()

I2PException

public I2PException(java.lang.String msg)

I2PException

public I2PException(java.lang.String msg,
                    java.lang.Throwable source)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream ps)

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)