Class UnknownAlgorithmException

  • All Implemented Interfaces:
    Serializable

    public class UnknownAlgorithmException
    extends CryptoException
    Exception thrown when attempting to lookup or use a cryptographic algorithm that does not exist in the current JVM environment.
    Since:
    1.2
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownAlgorithmException

        public UnknownAlgorithmException​(String message)
      • UnknownAlgorithmException

        public UnknownAlgorithmException​(Throwable cause)
      • UnknownAlgorithmException

        public UnknownAlgorithmException​(String message,
                                         Throwable cause)