Class CouldNotReadProfilesJson
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
utu.vbingm.privaterepocloner.CouldNotReadProfilesJson
- All Implemented Interfaces:
Serializable
Signals a persistent failure to read, repair, or write
profiles.json
.
Emitted by the public facade after a single built-in repair attempt fails or an I/O error occurs while updating the store. Indicates a host/environment problem (permissions, disk, etc.).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCouldNotReadProfilesJson
(String message) CouldNotReadProfilesJson
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CouldNotReadProfilesJson
-
CouldNotReadProfilesJson
-