public class LambdaFunctionException extends DecisionException
| Constructor and Description | 
|---|
LambdaFunctionException(String message)  | 
LambdaFunctionException(String message,
                       long eventId,
                       String name,
                       String id)  | 
LambdaFunctionException(String message,
                       Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFunctionId()  | 
String | 
getFunctionName()  | 
void | 
setFunctionId(String functionId)  | 
void | 
setFunctionName(String functionName)  | 
getEventId, setEventIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LambdaFunctionException(String message)