|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.InstantiationException
public class InstantiationException
Thrown if Hibernate can't instantiate an entity or component class at runtime.
| Constructor Summary | |
|---|---|
InstantiationException(String s,
Class clazz)
|
|
InstantiationException(String s,
Class clazz,
Exception e)
|
|
InstantiationException(String s,
Class clazz,
Throwable root)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
Class |
getPersistentClass()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstantiationException(String s,
Class clazz,
Throwable root)
public InstantiationException(String s,
Class clazz)
public InstantiationException(String s,
Class clazz,
Exception e)
| Method Detail |
|---|
public Class getPersistentClass()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||