org.hibernate.id
Class IdentifierGenerationException
- Nestable
public class IdentifierGenerationException
Thrown by IdentifierGenerator implementation class when
ID generation fails.
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
IdentifierGenerationException
public IdentifierGenerationException(String msg)
Constructs a new NestableRuntimeException
with specified
detail message.
IdentifierGenerationException
public IdentifierGenerationException(String msg,
Throwable t)
Constructs a new NestableRuntimeException
with specified
detail message and nested Throwable
.