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:
- java.io.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StartTimerFailedException
public StartTimerFailedException(java.lang.String message)
StartTimerFailedException
public StartTimerFailedException(java.lang.String message,
java.lang.Throwable cause)
StartTimerFailedException
public StartTimerFailedException(long eventId,
java.lang.String timerId,
java.lang.Object createTimerUserContext,
java.lang.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.