public class ActivityTaskFailedException extends ActivityTaskException
| Constructor and Description | 
|---|
| ActivityTaskFailedException(long eventId,
                           ActivityType activityType,
                           String activityId,
                           String reason,
                           String details) | 
| ActivityTaskFailedException(String message) | 
| ActivityTaskFailedException(String message,
                           Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDetails() | 
| void | setDetails(String details) | 
getActivityId, getActivityType, setActivityId, setActivityTypegetEventId, setEventIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActivityTaskFailedException(String message)
public ActivityTaskFailedException(long eventId,
                                   ActivityType activityType,
                                   String activityId,
                                   String reason,
                                   String details)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.