|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.amazonaws.services.simpleworkflow.flow.WorkflowException
public class WorkflowException
Exception that is thrown from generic workflow implementation to indicate that workflow execution should be failed with the given reason and details.
Constructor Summary | |
---|---|
WorkflowException(java.lang.String reason,
java.lang.String details)
|
Method Summary | |
---|---|
java.lang.String |
getDetails()
|
java.lang.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 |
---|
public WorkflowException(java.lang.String reason, java.lang.String details)
Method Detail |
---|
public java.lang.String getReason()
public java.lang.String getDetails()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |