Class InvalidQueryException

  • All Implemented Interfaces:
    Serializable

    public class InvalidQueryException
    extends I10nProfileException
    Thrown when a specified Mongo query is invalid, because of illegal operators ($where) or non-readable attributes.
    Author:
    avasquez
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidQueryException

        public InvalidQueryException​(String key,
                                     Object... args)