Package net.i2p.data.i2np
Class I2NPMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.i2p.I2PException
-
- net.i2p.data.i2np.I2NPMessageException
-
- All Implemented Interfaces:
Serializable
public class I2NPMessageException extends I2PException
Represent an error serializing or deserializing an APIMessage- Author:
- jrandom
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description I2NPMessageException(String message)
I2NPMessageException(String message, Throwable parent)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-