Class TokenFlowException

    • Constructor Detail

      • TokenFlowException

        public TokenFlowException()
        Creates a new exception instances.
      • TokenFlowException

        public TokenFlowException​(String message,
                                  Throwable cause)
        Creates a new exception instances.
        Parameters:
        message - - the error message.
        cause - - the error cause.
      • TokenFlowException

        public TokenFlowException​(String message)
        Creates a new exception instances.
        Parameters:
        message - - the error message.
      • TokenFlowException

        public TokenFlowException​(Throwable cause)
        Creates a new exception instances.
        Parameters:
        cause - - the error cause.