org.hibernate
Class InstantiationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.hibernate.HibernateException
org.hibernate.HibernateException
                   org.hibernate.InstantiationException
org.hibernate.InstantiationException
- All Implemented Interfaces: 
- Serializable
- public class InstantiationException 
- extends HibernateException
Thrown if Hibernate can't instantiate an entity or component
 class at runtime.
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
 
InstantiationException
public InstantiationException(String s,
                              Class clazz,
                              Throwable root)
InstantiationException
public InstantiationException(String s,
                              Class clazz)
InstantiationException
public InstantiationException(String s,
                              Class clazz,
                              Exception e)
getPersistentClass
public Class getPersistentClass()
- 
 
getMessage
public String getMessage()
- 
- Overrides:
- getMessagein class- Throwable
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.