Class QueryInvalidParametersException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryInvalidParametersException
    extends NucleusUserException
    Exception thrown when invalid arguments/parameters are given.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryInvalidParametersException

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