Class InvalidRequestEventException

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

public class InvalidRequestEventException extends Exception
This exception is thrown when the ContainerHandler fails to parse a request object or input stream into the object required by the Container. The exception is thrown by implementing sub-classes of RequestReader
See Also:
  • Constructor Details

    • InvalidRequestEventException

      public InvalidRequestEventException(String message, Exception e)
    • InvalidRequestEventException

      public InvalidRequestEventException(String message)