Package org.hibernate

Class ResourceClosedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceClosedException
    extends HibernateException
    Indicates an attempt was made to use a closed resource (Session, SessionFactory, etc).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceClosedException​(java.lang.String message)
      Constructs a ResourceClosedException using the supplied message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResourceClosedException

        public ResourceClosedException​(java.lang.String message)
        Constructs a ResourceClosedException using the supplied message.
        Parameters:
        message - The message explaining the exception condition