Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class ActivityTaskFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.services.simpleworkflow.flow.DecisionException
                  extended by com.amazonaws.services.simpleworkflow.flow.ActivityTaskException
                      extended by 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

Constructor Summary
ActivityTaskFailedException(long eventId, ActivityType activityType, String activityId, String reason, String details)
           
ActivityTaskFailedException(String message)
           
ActivityTaskFailedException(String message, Throwable cause)
           
 
Method Summary
 String getDetails()
           
 void setDetails(String details)
           
 
Methods inherited from class com.amazonaws.services.simpleworkflow.flow.ActivityTaskException
getActivityId, getActivityType, setActivityId, setActivityType
 
Methods inherited from class com.amazonaws.services.simpleworkflow.flow.DecisionException
getEventId, setEventId
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getDetails

public String getDetails()

setDetails

public void setDetails(String details)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.