com.amazonaws.services.simpleworkflow.flow
Class ActivityTaskFailedException
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.ActivityTaskFailedException
- All Implemented Interfaces:
- Serializable
public class ActivityTaskFailedException
- extends ActivityTaskException
Exception used to communicate failure of remote activity.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActivityTaskFailedException
public ActivityTaskFailedException(String message,
Throwable cause)
ActivityTaskFailedException
public ActivityTaskFailedException(String message)
ActivityTaskFailedException
public ActivityTaskFailedException(long eventId,
ActivityType activityType,
String activityId,
String reason,
String details)
getDetails
public String getDetails()
setDetails
public void setDetails(String details)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.