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.

Author:
Steve Ebersole
See Also:
  • Constructor Details

    • UnknownEntityTypeException

      public UnknownEntityTypeException(String message, Throwable cause)
    • UnknownEntityTypeException

      public UnknownEntityTypeException(String message)