Class IntegrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.boot.beanvalidation.IntegrationException
-
- All Implemented Interfaces:
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(String message)
IntegrationException(String message, Throwable root)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-