Class TokenCreateException

    • Constructor Detail

      • TokenCreateException

        public TokenCreateException​(String message)
        Creates a new token create exception with the given message.
        Parameters:
        message - Message explaining the exception that occurred.
      • TokenCreateException

        public TokenCreateException​(String message,
                                    Throwable cause)
        Creates a new token create exception with the given message and cause.
        Parameters:
        message - Message explaining the exception that occurred.
        cause - The underlying cause that resulted in this exception.
      • TokenCreateException

        public TokenCreateException​(Throwable cause)
        Creates a new token create exception with the given cause.
        Parameters:
        cause - The underlying cause that resulted in this exception.