Package org.hibernate.tool.schema.spi
Class SchemaManagementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.tool.schema.spi.SchemaManagementException
-
- All Implemented Interfaces:
java.io.Serializable
public class SchemaManagementException extends HibernateException
Indicates a problem in performing schema management. Specifically this represents a a problem of an infrastructural-nature. For problems applying a specific command seeCommandAcceptanceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaManagementException(java.lang.String message)
SchemaManagementException(java.lang.String message, java.lang.Throwable root)
-