类 EnhancementException

  • 所有已实现的接口:
    Serializable

    public class EnhancementException
    extends HibernateException
    An exception indicating some kind of problem performing bytecode enhancement.
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • EnhancementException

        public EnhancementException​(String message)
      • EnhancementException

        public EnhancementException​(String message,
                                    Throwable cause)
        Constructs an EnhancementException
        参数:
        message - Message explaining the exception condition
        cause - The underlying cause.