Class NonUniqueResultException

    • Constructor Summary

      Constructors 
      Constructor Description
      NonUniqueResultException​()
      Constructs a new NonUniqueResultException exception with null as its detail message.
      NonUniqueResultException​(java.lang.String message)
      Constructs a new NonUniqueResultException exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • NonUniqueResultException

        public NonUniqueResultException​()
        Constructs a new NonUniqueResultException exception with null as its detail message.
      • NonUniqueResultException

        public NonUniqueResultException​(java.lang.String message)
        Constructs a new NonUniqueResultException exception with the specified detail message.
        Parameters:
        message - the detail message.