Class SignatureException

  • All Implemented Interfaces:
    Serializable

    public class SignatureException
    extends Exception
    Exception thrown when an error occurs during signature operations.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SignatureException

        public SignatureException()
        Constructor.
      • SignatureException

        public SignatureException​(@Nullable
                                  String message)
        Constructor.
        Parameters:
        message - exception message
      • SignatureException

        public SignatureException​(@Nullable
                                  Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • SignatureException

        public SignatureException​(@Nullable
                                  String message,
                                  @Nullable
                                  Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one