org.hibernate
Class InstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.InstantiationException
- All Implemented Interfaces:
- org.hibernate.exception.Nestable, java.io.Serializable
- public class InstantiationException
- extends HibernateException
Thrown if Hibernate can't instantiate an entity or component
class at runtime.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
clazz
private final java.lang.Class clazz
InstantiationException
public InstantiationException(java.lang.String s,
java.lang.Class clazz,
java.lang.Throwable root)
InstantiationException
public InstantiationException(java.lang.String s,
java.lang.Class clazz)
InstantiationException
public InstantiationException(java.lang.String s,
java.lang.Class clazz,
java.lang.Exception e)
getPersistentClass
public java.lang.Class getPersistentClass()
getMessage
public java.lang.String getMessage()
- Description copied from class:
org.hibernate.exception.NestableRuntimeException
- Returns the detail message string of this throwable. If it was
created with a null message, returns the following:
( cause==null ? null : cause.toString( ).