Class IOFileUploadException

    • Constructor Detail

      • IOFileUploadException

        public IOFileUploadException​(String sMsg,
                                     IOException aException)
        Creates a new instance with the given cause.
        Parameters:
        sMsg - The detail message.
        aException - The exceptions cause.