Class SchemaExtractionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.tool.schema.extract.spi.SchemaExtractionException
-
- All Implemented Interfaces:
Serializable
public class SchemaExtractionException extends HibernateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaExtractionException(String message)
SchemaExtractionException(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
-
-