Class QueryInvalidParametersException

All Implemented Interfaces:
Serializable

public class QueryInvalidParametersException extends NucleusUserException
Exception thrown when invalid arguments/parameters are given.
See Also:
  • Field Details

  • Constructor Details

    • QueryInvalidParametersException

      public QueryInvalidParametersException(String msg)
      Constructs a new exception with the specified detail message.
      Parameters:
      msg - the detail message.