Class 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:
  • Constructor Details

    • UnsupportedCryptoException

      public UnsupportedCryptoException(String msg)
    • UnsupportedCryptoException

      public UnsupportedCryptoException(String msg, Throwable t)