Class FileExceedsMaxLengthException

All Implemented Interfaces:
Serializable

public class FileExceedsMaxLengthException extends TufException
Thrown when the Meta File exceeds the max allowable file size as configured in the Updater
See Also:
  • Constructor Details

    • FileExceedsMaxLengthException

      public FileExceedsMaxLengthException(String fileUrl, int maxSize)
  • Method Details

    • getFileUrl

      public String getFileUrl()
    • getMaxSize

      public int getMaxSize()