com.amazonaws.services.simpleworkflow.flow
Class StartTimerFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.services.simpleworkflow.flow.DecisionException
com.amazonaws.services.simpleworkflow.flow.TimerException
com.amazonaws.services.simpleworkflow.flow.StartTimerFailedException
- All Implemented Interfaces:
- Serializable
public class StartTimerFailedException
- extends TimerException
Exception used to communicate that timer wasn't scheduled due to some cause
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StartTimerFailedException
public StartTimerFailedException(String message)
StartTimerFailedException
public StartTimerFailedException(String message,
Throwable cause)
StartTimerFailedException
public StartTimerFailedException(long eventId,
String timerId,
Object createTimerUserContext,
String cause)
getFailureCause
public StartTimerFailedCause getFailureCause()
- Returns:
- enumeration that contains the cause of the failure
setFailureCause
public void setFailureCause(StartTimerFailedCause failureCause)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.