Class InvalidResponseObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazonaws.serverless.exceptions.InvalidResponseObjectException
All Implemented Interfaces:
Serializable

public class InvalidResponseObjectException extends Exception
This exception is thrown when the ContainerHandler cannot transform the Container response into a valid return value for the Lambda function. This exception is thrown by implementing sub-classes of ResponseWriter
See Also:
  • Constructor Details

    • InvalidResponseObjectException

      public InvalidResponseObjectException(String message, Exception e)