Package net.i2p.data.i2cp
Class I2CPMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.i2p.I2PException
net.i2p.data.i2cp.I2CPMessageException
- All Implemented Interfaces:
Serializable
Represent an error serializing or deserializing a message
- Author:
- jrandom
- See Also:
-
Constructor Summary
ConstructorDescriptionI2CPMessageException
(String message) I2CPMessageException
(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
-
Constructor Details
-
I2CPMessageException
-
I2CPMessageException
-