Class NonUniqueItemFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NonUniqueItemFoundException
    extends java.lang.RuntimeException
    Exception thrown when looking up for an item, and there is more than one item returned.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NonUniqueItemFoundException

        public NonUniqueItemFoundException​(java.lang.String message)