public class StartLambdaFunctionFailedException extends LambdaFunctionException
Constructor and Description |
---|
StartLambdaFunctionFailedException(long eventId,
String functionName,
String functionId,
String cause) |
StartLambdaFunctionFailedException(String message) |
StartLambdaFunctionFailedException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
software.amazon.awssdk.services.swf.model.StartLambdaFunctionFailedCause |
getFailureCause() |
void |
setFailureCause(software.amazon.awssdk.services.swf.model.StartLambdaFunctionFailedCause failureCause) |
getFunctionId, getFunctionName, setFunctionId, setFunctionName
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StartLambdaFunctionFailedException(String message)
public StartLambdaFunctionFailedException(String message, Throwable cause)
public software.amazon.awssdk.services.swf.model.StartLambdaFunctionFailedCause getFailureCause()
public void setFailureCause(software.amazon.awssdk.services.swf.model.StartLambdaFunctionFailedCause failureCause)
Copyright © 2025. All rights reserved.