Class LambdaSerializationException

  • All Implemented Interfaces:
    Serializable

    public class LambdaSerializationException
    extends RuntimeException
    An exception thrown if there's a problem serializing a request object to JSON or deserializing the JSON returned by a function to the expected result object.
    See Also:
    Serialized Form
    • Constructor Detail

      • LambdaSerializationException

        public LambdaSerializationException​(String message)
      • LambdaSerializationException

        public LambdaSerializationException​(String message,
                                            Throwable cause)