Package org.hibernate.cfg.beanvalidation
Class IntegrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.cfg.beanvalidation.IntegrationException
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegrationException extends HibernateException
Indicates a problem integrating Hibernate and the Bean Validation spec.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationException(java.lang.String message)
IntegrationException(java.lang.String message, java.lang.Throwable root)
-