Class LambdaFunctionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.services.lambda.invoke.LambdaFunctionException
All Implemented Interfaces:
Serializable

public class LambdaFunctionException extends RuntimeException
An exception representing the failed execution of a remote Lambda function.
See Also:
  • Constructor Details

    • LambdaFunctionException

      public LambdaFunctionException(String message, boolean handled, String type)
  • Method Details

    • isHandled

      public boolean isHandled()
      Returns:
      true if this was a Handled error
      See Also:
    • getType

      public String getType()
      Returns:
      the type of this exception, if known; null if unknown