Class EventSubmitException

  • All Implemented Interfaces:
    Serializable

    public class EventSubmitException
    extends Exception
    Thrown to indicate there is any invalid section in Event Submit Chain
    See Also:
    Serialized Form
    • Constructor Detail

      • EventSubmitException

        public EventSubmitException​(@NotNull
                                    Event event)
        Constructs a EventSubmitException
        Parameters:
        event - the event
      • EventSubmitException

        public EventSubmitException​(@NotNull
                                    Event event,
                                    String message)
        Constructs a EventSubmitException
        Parameters:
        event - the event
        message - the detail message