Package org.hibernate

Class 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 expects it. Longer term I think it makes more sense to have a different hierarchy for runtime-"mapping" exceptions.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UnknownEntityTypeException

        public UnknownEntityTypeException​(java.lang.String message,
                                          java.lang.Throwable cause)
      • UnknownEntityTypeException

        public UnknownEntityTypeException​(java.lang.String message)