Serializable
public class LambdaFunctionException extends AmazonClientException
InvokeResponse.functionError()
,
Serialized FormConstructor | Description |
---|---|
LambdaFunctionException(String message,
boolean handled,
String type) |
Deprecated.
This exception class should only be created internally by the SDK.
|
Modifier and Type | Method | Description |
---|---|---|
LambdaFunctionException |
getCause() |
|
String |
getType() |
|
boolean |
isHandled() |
isRetryable
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 Amazon Web Services, Inc. All Rights Reserved.