Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class TimerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.services.simpleworkflow.flow.DecisionException
                  extended by 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

Constructor Summary
TimerException(String message)
           
TimerException(String message, long eventId, String timerId, Object createTimerUserContext)
           
TimerException(String message, Throwable cause)
           
 
Method Summary
 Object getCreateTimerUserContext()
           
 String getTimerId()
           
 void setCreateTimerUserContext(Object createTimerUserContext)
           
 void setTimerId(String timerId)
           
 
Methods inherited from class com.amazonaws.services.simpleworkflow.flow.DecisionException
getEventId, setEventId
 
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

TimerException

public TimerException(String message)

TimerException

public TimerException(String message,
                      Throwable cause)

TimerException

public TimerException(String message,
                      long eventId,
                      String timerId,
                      Object createTimerUserContext)
Method Detail

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.