Class CryptoProviderAliasNullException

  • All Implemented Interfaces:
    Serializable

    public class CryptoProviderAliasNullException
    extends Exception
    CryptoProviderAliasNullException is thrown when the supplied argument to the crypto manager fetch the crypto provider by name is null.
    Since:
    1.0.0
    Author:
    Subhashni Balakrishnan
    See Also:
    Serialized Form
    • Constructor Detail

      • CryptoProviderAliasNullException

        public CryptoProviderAliasNullException()
      • CryptoProviderAliasNullException

        public CryptoProviderAliasNullException​(String message)
      • CryptoProviderAliasNullException

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

        public CryptoProviderAliasNullException​(Throwable cause)