public class ScheduleLambdaFunctionFailedException extends LambdaFunctionException
Constructor and Description |
---|
ScheduleLambdaFunctionFailedException(long eventId,
String functionName,
String functionId,
String cause) |
ScheduleLambdaFunctionFailedException(String message) |
ScheduleLambdaFunctionFailedException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ScheduleLambdaFunctionFailedCause |
getFailureCause() |
void |
setFailureCause(ScheduleLambdaFunctionFailedCause failureCause) |
getFunctionId, getFunctionName, setFunctionId, setFunctionName
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScheduleLambdaFunctionFailedException(String message)
public ScheduleLambdaFunctionFailedException(String message, Throwable cause)
public ScheduleLambdaFunctionFailedCause getFailureCause()
public void setFailureCause(ScheduleLambdaFunctionFailedCause failureCause)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.