Class ApplicationFileUploadException

    • Constructor Detail

      • ApplicationFileUploadException

        public ApplicationFileUploadException​(String name,
                                              Throwable cause,
                                              String context,
                                              String userMessage,
                                              String solution)
        Create a ApplicationFileUploadException object with the given parameters
        Parameters:
        name - a name identifying the exception
        cause - the Throwable causing the error
        context - a message describing the context in which the error occurred
        userMessage - a detail message about the error intended for the user
        solution - an optional message outlining a solution to the problem
        See Also:
        ApplicationException(String, Throwable, String, String, String)
      • ApplicationFileUploadException

        public ApplicationFileUploadException​(String name,
                                              String context,
                                              String userMessage,
                                              String solution)
        Create a ApplicationFileUploadException object with the given parameters
        Parameters:
        name - a name identifying the exception
        context - a message describing the context in which the error occurred
        userMessage - a detail message about the error intended for the user
        solution - an optional message outlining a solution to the problem
        See Also:
        ApplicationException(String, String, String, String)