Class FileUploadBase.IOFileUploadException

    • Constructor Detail

      • IOFileUploadException

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