Class EventDeserializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.cloudevents.core.format.EventDeserializationException
All Implemented Interfaces:
Serializable

public class EventDeserializationException extends RuntimeException
Exception representing a deserialization error while using an EventFormat.
See Also:
  • Constructor Details

    • EventDeserializationException

      public EventDeserializationException(Throwable cause)
      Parameters:
      cause - the cause of the exception