Class SigningException

    • Constructor Detail

      • SigningException

        public SigningException()
        No-arg constructor.
      • SigningException

        public SigningException​(String message)
        Required-args constructor.
        Parameters:
        message - A detail message String.
      • SigningException

        public SigningException​(String message,
                                Throwable cause)
        Required-args constructor.
        Parameters:
        message - A detail message String.
        cause - The Throwable that caused this exception.
      • SigningException

        public SigningException​(Throwable cause)
        Required-args constructor.
        Parameters:
        cause - The Throwable that caused this exception.