Class JwtRuntimeException

    • Constructor Detail

      • JwtRuntimeException

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

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

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