Class UnresolvedException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class UnresolvedException extends QlServerException
Thrown when we accidentally attempt to resolve something on on an unresolved entity. Throwing this is always a bug.
See Also:
  • Constructor Details

    • UnresolvedException

      public UnresolvedException(String action, Object target)