Package org.hibernate
Class UnknownEntityTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.MappingException
-
- org.hibernate.UnknownEntityTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownEntityTypeException extends MappingException
Indicates an attempt was made to refer to an unknown entity name/class. NOTE : extends MappingException because that's what core used to do and that's how HEM expectes it. Longer term I think it makes more sense to have a different hierarchy for runtime-"mapping" exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownEntityTypeException(java.lang.String message)
UnknownEntityTypeException(java.lang.String message, java.lang.Throwable cause)
-