Class ContainerInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazonaws.serverless.exceptions.ContainerInitializationException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContainerInitializationException
-