Class SchemaManagementException

All Implemented Interfaces:
Serializable

public class SchemaManagementException extends HibernateException
Indicates a problem in performing schema management.

Specifically this represents a problem of an infrastructural nature. For problems applying a specific command see CommandAcceptanceException

See Also:
  • Constructor Details

    • SchemaManagementException

      public SchemaManagementException(String message)
    • SchemaManagementException

      public SchemaManagementException(String message, Throwable root)