Package org.hibernate.tool.hbm2ddl
Class ImportScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.tool.hbm2ddl.ImportScriptException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ImportScriptException extends HibernateException
Deprecated.Everything in this package has been replaced withSchemaManagementTool
and friends.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportScriptException(java.lang.String s)
Deprecated.ImportScriptException(java.lang.String string, java.lang.Throwable root)
Deprecated.
-