Class ApplicationFileUploadException

All Implemented Interfaces:
Serializable

public class ApplicationFileUploadException extends ApplicationException
Provides an exception related to errors during electronic attachment upload.
See Also:
  • Constructor Details

    • 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:
    • 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: