com.amazonaws.services.simpleworkflow.flow
Class ActivityTaskTimedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.services.simpleworkflow.flow.DecisionException
com.amazonaws.services.simpleworkflow.flow.ActivityTaskException
com.amazonaws.services.simpleworkflow.flow.ActivityTaskTimedOutException
- All Implemented Interfaces:
- Serializable
public class ActivityTaskTimedOutException
- extends ActivityTaskException
Exception that indicates Activity time out.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActivityTaskTimedOutException
public ActivityTaskTimedOutException(String message,
Throwable cause)
ActivityTaskTimedOutException
public ActivityTaskTimedOutException(String message)
ActivityTaskTimedOutException
public ActivityTaskTimedOutException(long eventId,
ActivityType activityType,
String activityId,
String timeoutType,
String details)
getTimeoutType
public ActivityTaskTimeoutType getTimeoutType()
setTimeoutType
public void setTimeoutType(ActivityTaskTimeoutType timeoutType)
getDetails
public String getDetails()
- Returns:
- The value from the last activity heartbeat details field.
setDetails
public void setDetails(String details)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.