mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-03 23:16:58 +00:00
Improved exception message
This commit is contained in:
parent
179bd8e018
commit
7105872a37
@ -393,7 +393,7 @@ public class Bootstrap {
|
|||||||
} catch (MalformedURLException e) {
|
} catch (MalformedURLException e) {
|
||||||
throw new DataException(String.format("Malformed URL when downloading bootstrap: %s", e.getMessage()));
|
throw new DataException(String.format("Malformed URL when downloading bootstrap: %s", e.getMessage()));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new DataException(String.format("Unable to download bootstrap: %s", e.getMessage()));
|
throw new DataException(String.format("Unable to get bootstrap file size: %s", e.getMessage()));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Download the file and update the status with progress
|
// Download the file and update the status with progress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user