Class HcDDLException

All Implemented Interfaces:
Serializable

public class HcDDLException extends HcException
DDL异常
Author:
Maning
See Also:
  • Constructor Details

    • HcDDLException

      public HcDDLException(String message)
      DDL异常
      Parameters:
      message - 错误消息
    • HcDDLException

      public HcDDLException(String message, Throwable cause)
      DDL异常
      Parameters:
      message - 错误消息
      cause - 原异常