net.i2p
Class I2PException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.i2p.I2PException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataFormatException, DHSessionKeyBuilder.InvalidPublicParameterException, I2CPMessageException, I2NPMessageException, I2PSessionException, TooManyStreamsException
public class I2PException
- extends java.lang.Exception
Base class of I2P exceptions
- Author:
- jrandom
- See Also:
- Serialized Form
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 |
I2PException
public I2PException()
I2PException
public I2PException(java.lang.String msg)
I2PException
public I2PException(java.lang.String msg,
java.lang.Throwable source)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in class java.lang.Throwable