Class UnsupportedAlgorithmException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedAlgorithmException
    extends Exception
    Indicates that a cryptographic algorithm for signing or hashing events isn't supported by the current implementation of the protocol, or perhaps not by the protocol itself.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedAlgorithmException

        public UnsupportedAlgorithmException​(@NonNull
                                             String message)