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
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCryptoException(String msg)
UnsupportedCryptoException(String msg, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-