Class EntityTypeNotFoundException

All Implemented Interfaces:
LocalizableError, Serializable

@NonExtendable public class EntityTypeNotFoundException extends AccessRuntimeException
Exception being thrown when a referenced EntityType (database table) does not exist.
Since:
5.2.241201
See Also:
  • Constructor Details

    • EntityTypeNotFoundException

      public EntityTypeNotFoundException()
  • Method Details

    • getName

      public String getName()
      Returns the name of the requested entity type.
      Returns:
      the name of the requested entity type.
      Since:
      5.2.241201