FileDocCategorySizeDatePackage
IdentifierGenerationException.javaAPI DocHibernate 3.2.5544Thu Jun 03 11:31:32 BST 2004org.hibernate.id

IdentifierGenerationException

public class IdentifierGenerationException extends org.hibernate.HibernateException
Thrown by IdentifierGenerator implementation class when ID generation fails.
see
IdentifierGenerator
author
Gavin King

Fields Summary
Constructors Summary
public IdentifierGenerationException(String msg)

		super(msg);
	
public IdentifierGenerationException(String msg, Throwable t)

		super(msg, t);
	
Methods Summary