Class TokenGenerationException

    • Constructor Detail

      • TokenGenerationException

        public TokenGenerationException()
        Creates a new instance of TokenGenerationException without detail message.
      • TokenGenerationException

        public TokenGenerationException​(String msg)
        Constructs an instance of TokenGenerationException with the specified detail message.
        Parameters:
        msg - the detail message.
      • TokenGenerationException

        public TokenGenerationException​(String message,
                                        Throwable cause)
        Constructs an instance of TokenGenerationException with the specified detail message and with the specified cause.
        Parameters:
        message - the detail message.
        cause - the cause of this exception.