net.i2p.router.networkdb.kademlia
Class UnsupportedCryptoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by net.i2p.router.networkdb.kademlia.UnsupportedCryptoException
All Implemented Interfaces:
Serializable

public class UnsupportedCryptoException
extends IllegalArgumentException

Signature verification failed because the sig type is unknown or unavailable.

Since:
0.9.16
See Also:
Serialized Form

Constructor Summary
UnsupportedCryptoException(String msg)
           
UnsupportedCryptoException(String msg, Throwable t)
           
 
Method Summary
 
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

UnsupportedCryptoException

public UnsupportedCryptoException(String msg)

UnsupportedCryptoException

public UnsupportedCryptoException(String msg,
                                  Throwable t)