Class FileUploadException

    • Constructor Detail

      • FileUploadException

        public FileUploadException()
        Constructs a new FileUploadException without message.
      • FileUploadException

        public FileUploadException​(String sMsg)
        Constructs a new FileUploadException with specified detail message.
        Parameters:
        sMsg - the error message.
      • FileUploadException

        public FileUploadException​(String sMsg,
                                   Throwable aCause)
        Creates a new FileUploadException with the given detail message and cause.
        Parameters:
        sMsg - The exceptions detail message.
        aCause - The exceptions cause.