Class UnknownEntityException

  • All Implemented Interfaces:
    Serializable

    public class UnknownEntityException
    extends SemanticException
    Indicates we were not able to resolve a given "path structure" as an entity name.

    NOTE : JPA generally requires this to be reported as the far less useful IllegalArgumentException. todo (6.0) : account for this in the "exception conversion" handling

    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownEntityException

        public UnknownEntityException​(String entityName)
      • UnknownEntityException

        public UnknownEntityException​(String message,
                                      String entityName)
    • Method Detail

      • getEntityName

        public String getEntityName()