Class FailedFetchGameVersionsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.smootheez.exception.FailedFetchGameVersionsException
All Implemented Interfaces:
Serializable

public class FailedFetchGameVersionsException extends RuntimeException
Exception thrown when the publisher fails to retrieve the list of valid game versions from the CurseForge API.

This typically occurs due to network issues, invalid API credentials, or unexpected responses from the remote service.

See Also:
  • Constructor Details

    • FailedFetchGameVersionsException

      public FailedFetchGameVersionsException(String message)
      Creates a new exception indicating that fetching game versions has failed.
      Parameters:
      message - detailed error description returned by the caller