Class TooManyException

All Implemented Interfaces:
Serializable

public class TooManyException extends Exception
The too many exception is thrown when a query expected a single answer but more than one was found.
See Also:
  • Constructor Details

    • TooManyException

      public TooManyException(String path)
      Construct a too many exception.
      Parameters:
      path - The path into the document for which more than one value was found.