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

  • Constructor Details

    • QueryNotUniqueException

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