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:
  • Constructor Details

    • InvalidQueryException

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