Package io.temporal.client
Class ActivityResetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- io.temporal.client.ActivityCompletionException
-
- io.temporal.client.ActivityResetException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ActivityResetException extends ActivityCompletionException
Indicates that the activity attempt was reset by the user.Catching this exception directly is discouraged and catching the parent class
ActivityCompletionExceptionis recommended instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivityResetException()ActivityResetException(ActivityInfo info)
-
Method Summary
-
Methods inherited from class io.temporal.client.ActivityCompletionException
getActivityId, getActivityType, getRunId, getWorkflowId
-
-
-
-
Constructor Detail
-
ActivityResetException
public ActivityResetException(ActivityInfo info)
-
ActivityResetException
public ActivityResetException()
-
-