Package io.github.smootheez.exception
Class FailedFetchGameVersionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.smootheez.exception.FailedFetchGameVersionsException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionFailedFetchGameVersionsException(String message) Creates a new exception indicating that fetching game versions has failed. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedFetchGameVersionsException
Creates a new exception indicating that fetching game versions has failed.- Parameters:
message- detailed error description returned by the caller
-