org.hibernate
Class InstantiationException
- Nestable
public class InstantiationException
Thrown if Hibernate can't instantiate an entity or component
class at runtime.
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
InstantiationException
public InstantiationException(String s,
Class clazz)
InstantiationException
public InstantiationException(String s,
Class clazz,
Exception e)
InstantiationException
public InstantiationException(String s,
Class clazz,
Throwable root)
getMessage
public String getMessage()
Returns the detail message string of this throwable. If it was
created with a null message, returns the following:
( cause==null ? null : cause.toString( ).
- getMessage in interface Nestable
- getMessage in interface NestableRuntimeException
getPersistentClass
public Class getPersistentClass()