Package io.micronaut.data.event
Class PersistenceEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.data.exceptions.DataAccessException
-
- io.micronaut.data.event.PersistenceEventException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceEventException extends DataAccessException
Exception that is thrown during event processing.- Since:
- 2.3.0
- Author:
- graemerocher
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceEventException(java.lang.String message)
PersistenceEventException(java.lang.String message, java.lang.Throwable cause)
-