public class LambdaFunctionException
extends software.amazon.awssdk.AmazonClientException
InvokeResponse.functionError()
,
Serialized FormConstructor and Description |
---|
LambdaFunctionException(String message,
boolean handled,
String type)
Deprecated.
This exception class should only be created internally by the SDK.
|
Modifier and Type | Method and Description |
---|---|
LambdaFunctionException |
getCause() |
String |
getType() |
boolean |
isHandled() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public LambdaFunctionException(String message, boolean handled, String type)
public String getType()
public boolean isHandled()
InvokeResponse.functionError()
public LambdaFunctionException getCause()
Copyright © 2017. All rights reserved.