com.amazonaws.services.simpleworkflow.flow
Class TimerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.services.simpleworkflow.flow.DecisionException
com.amazonaws.services.simpleworkflow.flow.TimerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- StartTimerFailedException
public abstract class TimerException
- extends DecisionException
Exception used to communicate failure of a timer.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimerException
public TimerException(String message)
TimerException
public TimerException(String message,
Throwable cause)
TimerException
public TimerException(String message,
long eventId,
String timerId,
Object createTimerUserContext)
getTimerId
public String getTimerId()
setTimerId
public void setTimerId(String timerId)
getCreateTimerUserContext
public Object getCreateTimerUserContext()
setCreateTimerUserContext
public void setCreateTimerUserContext(Object createTimerUserContext)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.