Class ObjectNotFoundUserException

    • Constructor Detail

      • ObjectNotFoundUserException

        public ObjectNotFoundUserException​(Object object,
                                           Object key)
        The constructor.
        Parameters:
        object - is a description (e.g. the classname) of the object that was required but could NOT be found.
        key - is the key to the required object.
      • ObjectNotFoundUserException

        public ObjectNotFoundUserException​(Object object)
        The constructor.
        Parameters:
        object - is a description (e.g. the classname) of the object that was required but could NOT be found.
      • ObjectNotFoundUserException

        public ObjectNotFoundUserException​(Object object,
                                           Object key,
                                           Throwable cause)
        The constructor.
        Parameters:
        object - is a description (e.g. the classname) of the object that was required but could NOT be found.
        key - is the key to the required object.
        cause - is the cause of this exception.
    • Method Detail

      • isForUser

        public boolean isForUser()
        Description copied from class: ApplicationException
        Note: Please consider using net.sf.mmm.nls.exception.NlsException with i18n support in case you are creating exceptions for end-users.
        Overrides:
        isForUser in class ApplicationException
        Returns:
        true if the message of this exception is for end-users (or clients), false otherwise (for internal technical errors).