net.i2p.client.datagram
Class I2PInvalidDatagramException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.i2p.client.datagram.I2PInvalidDatagramException
All Implemented Interfaces:
java.io.Serializable

public class I2PInvalidDatagramException
extends java.lang.Exception

Exception thrown when I2P repliable datagram signature verification fails.

Author:
human
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
I2PInvalidDatagramException()
           
I2PInvalidDatagramException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

I2PInvalidDatagramException

public I2PInvalidDatagramException()

I2PInvalidDatagramException

public I2PInvalidDatagramException(java.lang.String s)