public class DataPersistenceException extends Exception
Reasons are as follows:
1. IOException, such as illegal file path;
2. network transmission error when using remote server;
...
| Constructor and Description |
|---|
DataPersistenceException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataPersistenceException(String message)
Copyright © 2019. All rights reserved.