public class

IdentifierGenerationException

extends HibernateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.id.IdentifierGenerationException

Class Overview

Thrown by IdentifierGenerator implementation class when ID generation fails.

Summary

Public Constructors
IdentifierGenerationException(String msg)
IdentifierGenerationException(String msg, Throwable t)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IdentifierGenerationException (String msg)

public IdentifierGenerationException (String msg, Throwable t)