Class FailedFileUploadException

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

public class FailedFileUploadException extends RuntimeException
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 Details

    • FailedFileUploadException

      public FailedFileUploadException(String message)
      Constructs a new exception indicating that a file upload operation did not complete successfully.
      Parameters:
      message - a detailed explanation of the failure