public class StartTimerFailedException extends TimerException
Constructor and Description |
---|
StartTimerFailedException(long eventId,
String timerId,
Object createTimerUserContext,
String cause) |
StartTimerFailedException(String message) |
StartTimerFailedException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
StartTimerFailedCause |
getFailureCause() |
void |
setFailureCause(StartTimerFailedCause failureCause) |
getCreateTimerUserContext, getTimerId, setCreateTimerUserContext, setTimerId
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StartTimerFailedException(String message)
public StartTimerFailedCause getFailureCause()
public void setFailureCause(StartTimerFailedCause failureCause)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.