Class TooManyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.libxmq.TooManyException
- All Implemented Interfaces:
Serializable
The too many exception is thrown when a query expected a single answer
but more than one was found.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyException
Construct a too many exception.- Parameters:
path- The path into the document for which more than one value was found.
-