Class EventSerializationException

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

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

    • EventSerializationException

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