RetryException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
microsoft. bot. connector. authentication. RetryException
- com.
- java.
- java.
- java.
public class RetryException
extends java.lang.RuntimeException
Retry exception when the Retry task fails to execute successfully.
Constructor Summary
| Constructor | Description |
|---|---|
| RetryException(String message, List<Throwable> withExceptions) |
A Retry |
| RetryException(Throwable cause) |
A Retry failure caused by an unexpected failure. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.util.List<java.lang.Throwable> |
getExceptions()
A List of exceptions encountered when executing the Retry task. |
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
RetryException
public RetryException(String message, List
A RetryException with description and list of exceptions.
Parameters:
RetryException
public RetryException(Throwable cause)
A Retry failure caused by an unexpected failure.
Parameters:
Method Details
getExceptions
public List
A List of exceptions encountered when executing the Retry task.
Returns: