org.hibernate
Class InstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
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.
- 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:
getMessage
in class Throwable
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.