Class CouldNotReadProfilesJson

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
utu.vbingm.privaterepocloner.CouldNotReadProfilesJson
All Implemented Interfaces:
Serializable

public class CouldNotReadProfilesJson extends IOException
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 Details

    • CouldNotReadProfilesJson

      public CouldNotReadProfilesJson(String message, Throwable cause)
    • CouldNotReadProfilesJson

      public CouldNotReadProfilesJson(String message)