FileDocCategorySizeDatePackage
SessionException.javaAPI DocHibernate 3.2.5577Wed Jan 11 15:38:24 GMT 2006org.hibernate

SessionException

public class SessionException extends HibernateException
Thrown when the user calls a method of a {@link Session} that is in an inappropropriate state for the given call (for example, the the session is closed or disconnected).
author
Gavin King

Fields Summary
Constructors Summary
public SessionException(String message)
Constructs a new SessionException with the given message.

param
message The message indicating the specific problem.

		super( message );
	
Methods Summary