Package org.hibernate

Class UnknownEntityTypeException

All Implemented Interfaces:
Serializable

public class UnknownEntityTypeException extends MappingException
Indicates an attempt was made to refer to an unknown entity name or class.

See Also:
Implementation Note:
This class extends MappingException for legacy reasons. Longer term I think it makes more sense to have a different hierarchy for runtime-"mapping" exceptions.
  • Constructor Details

    • UnknownEntityTypeException

      public UnknownEntityTypeException(String message, Throwable cause)
    • UnknownEntityTypeException

      public UnknownEntityTypeException(String message)