Package io.github.smootheez.exception
Class FailedFileUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.smootheez.exception.FailedFileUploadException
- All Implemented Interfaces:
Serializable
Exception thrown when an upload attempt to a publishing platform
(e.g., CurseForge or Modrinth) fails.
This may occur due to invalid metadata, network errors, rejected requests, or server-side failures during file processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedFileUploadException(String message) Constructs a new exception indicating that a file upload operation did not complete successfully. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedFileUploadException
Constructs a new exception indicating that a file upload operation did not complete successfully.- Parameters:
message- a detailed explanation of the failure
-