Class CryptoProviderMissingSigningKeyException

  • All Implemented Interfaces:
    Serializable

    public class CryptoProviderMissingSigningKeyException
    extends Exception
    CryptoProviderMissingSigningKeyException is thrown when the signing key is not set on the Crypto provider.
    Since:
    1.0.0
    Author:
    Subhashni Balakrishnan
    See Also:
    Serialized Form
    • Constructor Detail

      • CryptoProviderMissingSigningKeyException

        public CryptoProviderMissingSigningKeyException()
      • CryptoProviderMissingSigningKeyException

        public CryptoProviderMissingSigningKeyException​(String message)
      • CryptoProviderMissingSigningKeyException

        public CryptoProviderMissingSigningKeyException​(String message,
                                                        Throwable cause)
      • CryptoProviderMissingSigningKeyException

        public CryptoProviderMissingSigningKeyException​(Throwable cause)