Package net.i2p.client.datagram
Class I2PInvalidDatagramException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.i2p.client.datagram.I2PInvalidDatagramException
-
- All Implemented Interfaces:
Serializable
public class I2PInvalidDatagramException extends Exception
Exception thrown when I2P repliable datagram signature verification fails.- Author:
- human
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description I2PInvalidDatagramException()
I2PInvalidDatagramException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
I2PInvalidDatagramException
public I2PInvalidDatagramException()
-
I2PInvalidDatagramException
public I2PInvalidDatagramException(String s)
-
-