Package org.hibernate.boot.internal
Class FailedSecondPassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.AnnotationException
org.hibernate.boot.internal.FailedSecondPassException
- All Implemented Interfaces:
Serializable
Deprecated.
It would be nice to be able to eliminate this completely
Indicates a failure processing a
SecondPass
,
where the hope is that subsequent processing will be able to recover from it.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedSecondPassException
(String msg, Throwable cause) Deprecated.Constructs a FailedSecondPassException using the given message and underlying cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedSecondPassException
Deprecated.Constructs a FailedSecondPassException using the given message and underlying cause.- Parameters:
msg
- The message explaining the condition that caused the exceptioncause
- The underlying exception
-