Package net.i2p
Class I2PException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.i2p.I2PException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataFormatException
,DHSessionKeyBuilder.InvalidPublicParameterException
,I2CPMessageException
,I2NPMessageException
,I2PSessionException
,RouterRestartException
,TooManyStreamsException
public class I2PException extends Exception
Base class of I2P exceptions This was originally used to provide chained exceptions, but those were added to Exception in Java 1.4, so this class provides nothing extra at the moment.- Author:
- jrandom
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description I2PException()
I2PException(String msg)
I2PException(String msg, Throwable cause)
I2PException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-