net.i2p.router.networkdb.kademlia
Class UnsupportedCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedCryptoException
public UnsupportedCryptoException(String msg)
UnsupportedCryptoException
public UnsupportedCryptoException(String msg,
Throwable t)