Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
WorkflowException(String reason, String details)
           
 
Method Summary
 String getDetails()
           
 String getReason()
           
 
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

WorkflowException

public WorkflowException(String reason,
                         String details)
Method Detail

getReason

public String getReason()

getDetails

public String getDetails()


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