Class ApplicationEmailException

    • Constructor Detail

      • ApplicationEmailException

        public ApplicationEmailException​(String name,
                                         Throwable cause,
                                         String context,
                                         String userMessage,
                                         String solution)
        Create an ApplicationEmailException 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)
      • ApplicationEmailException

        public ApplicationEmailException​(String name,
                                         String context,
                                         String userMessage,
                                         String solution)
        Create an ApplicationEmailException 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)