Package org.hibernate.event.service.spi
Class EventListenerRegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.event.service.spi.EventListenerRegistrationException
-
- All Implemented Interfaces:
java.io.Serializable
public class EventListenerRegistrationException extends HibernateException
Indicates a problem registering an event listener.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventListenerRegistrationException(java.lang.String s)
EventListenerRegistrationException(java.lang.String string, java.lang.Throwable root)
-