Class InvalidSignatureException

    • Constructor Detail

      • InvalidSignatureException

        public InvalidSignatureException()
        Construct the exception.
      • InvalidSignatureException

        public InvalidSignatureException​(String message)
        Construct the exception with the given message.
        Parameters:
        message - The message.
      • InvalidSignatureException

        public InvalidSignatureException​(String message,
                                         Throwable cause)
        Construct the exception with the given message and cause.
        Parameters:
        message - The message.
        cause - The cause.
      • InvalidSignatureException

        public InvalidSignatureException​(Throwable cause)
        Construct the exception with the given cause.
        Parameters:
        cause - The cause.