Class EventValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.portal.exception.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 Summary
Constructors Constructor Description EventValidationException​(String message)
Construct an exception with a message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EventValidationException
public EventValidationException​(String message)
Construct an exception with a message.- Parameters:
message
- The message of the exception.
-
-