程序包 org.hibernate

类 ResourceClosedException

  • 所有已实现的接口:
    Serializable

    public class ResourceClosedException
    extends HibernateException
    Indicates an attempt was made to use a closed resource (Session, SessionFactory, etc).
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • ResourceClosedException

        public ResourceClosedException​(String message)
        Constructs a ResourceClosedException using the supplied message.
        参数:
        message - The message explaining the exception condition