Class EventValidationException

  • All Implemented Interfaces:
    Serializable

    public class EventValidationException
    extends AppException
    This recoverable exception is thrown when an invalid request could not be handled by the portal session.

    When this exception is caught, the caller could still continue with a new event for the same portal session.

    Since:
    9.0
    Author:
    Jon van Leuven
    See Also:
    Serialized Form
    • Constructor Detail

      • EventValidationException

        public EventValidationException​(String message)
        Construct an exception with a message.
        Parameters:
        message - The message of the exception.