IdentifierGenerationExceptionpublic class IdentifierGenerationException extends org.hibernate.HibernateException Thrown by IdentifierGenerator implementation class when
ID generation fails. |
Constructors Summary |
---|
public IdentifierGenerationException(String msg)
super(msg);
| public IdentifierGenerationException(String msg, Throwable t)
super(msg, t);
|
|