Class ImportScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.tool.hbm2ddl.ImportScriptException
All Implemented Interfaces:
Serializable

@Deprecated public class ImportScriptException extends org.hibernate.HibernateException
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
See Also:
  • Constructor Details

    • ImportScriptException

      public ImportScriptException(String s)
      Deprecated.
    • ImportScriptException

      public ImportScriptException(String string, Throwable root)
      Deprecated.