Package org.hibernate

Class PropertyNotFoundException

All Implemented Interfaces:
Serializable

public class PropertyNotFoundException extends MappingException
Indicates that an expected getter or setter method could not be found on a class.
See Also:
  • Constructor Details

    • PropertyNotFoundException

      public PropertyNotFoundException(String message)
      Constructs a PropertyNotFoundException given the specified message.
      Parameters:
      message - A message explaining the exception condition