类 SchemaManagementException

  • 所有已实现的接口:
    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 see CommandAcceptanceException

    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • SchemaManagementException

        public SchemaManagementException​(String message)
      • SchemaManagementException

        public SchemaManagementException​(String message,
                                         Throwable root)