Class JwtBuilderException

    • Constructor Detail

      • JwtBuilderException

        public JwtBuilderException​(String message)
        Constructs a new JwtBuilderException with the provided exception message.
        Parameters:
        message - The exception message.
      • JwtBuilderException

        public JwtBuilderException​(String message,
                                   Throwable throwable)
        Constructs a new JwtBuilderException with the provided exception message and underlying throwable.
        Parameters:
        message - The exception message.
        throwable - The underlying throwable.
      • JwtBuilderException

        public JwtBuilderException​(Throwable throwable)
        Constructs a new JwtBuilderException with the provided underlying throwable.
        Parameters:
        throwable - The underlying throwable.