Class MultipleEntriesFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MultipleEntriesFoundException
    extends WIMApplicationException
    vmm application exception to indicate to the caller that the multiple entries are found when only one entry is expected.
    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

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

      • MultipleEntriesFoundException

        public MultipleEntriesFoundException()
        Creates the Multiple Entries Found Exception
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException​(java.lang.String key,
                                             java.lang.String message)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or message key of the exception.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException​(java.lang.String key,
                                             java.lang.String message,
                                             java.lang.Throwable cause)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or message key of the exception.
        cause - The cause of the exception.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException​(java.lang.Throwable cause)
        Creates the Multiple Entries Found Exception
        Parameters:
        cause - The cause of the exception.