Class QueryNotUniqueException

  • All Implemented Interfaces:
    Serializable

    public class QueryNotUniqueException
    extends NucleusUserException
    This exception is thrown when a user runs a Query and has marked it as UNIQUE, but it returns more than 1 object.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryNotUniqueException

        public QueryNotUniqueException()
        Constructs the exception, populating the correct message.