Class ContainerInitializationException

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

public class ContainerInitializationException 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

    • ContainerInitializationException

      public ContainerInitializationException(String message, Exception e)