Class TokenAcquisitionFailedException

    • Constructor Detail

      • TokenAcquisitionFailedException

        public TokenAcquisitionFailedException​(String msg)
        Exception construction accepting message with no root cause.
      • TokenAcquisitionFailedException

        public TokenAcquisitionFailedException​(String msg,
                                               Throwable cause)
        Exception constructor accepting message and a root cause.
      • TokenAcquisitionFailedException

        public TokenAcquisitionFailedException​(String msg,
                                               RetryToken token,
                                               Throwable cause)
        Exception constructor accepting message, retry token, and a root cause.
    • Method Detail

      • token

        public RetryToken token()
        Returns the retry token that tracked the execution.
        Returns:
        the retry token that tracked the execution.