com.amazonaws.services.simpleworkflow.flow
Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazonaws.services.simpleworkflow.flow.WorkflowException
- All Implemented Interfaces:
- Serializable
public class WorkflowException
- extends Exception
Exception that is thrown from generic workflow implementation to indicate
that workflow execution should be failed with the given reason and details.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WorkflowException
public WorkflowException(String reason,
String details)
getReason
public String getReason()
getDetails
public String getDetails()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.