Package dev.sigstore.tuf
Class FileExceedsMaxLengthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.tuf.TufException
-
- dev.sigstore.tuf.FileExceedsMaxLengthException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileExceedsMaxLengthException extends TufException
Thrown when the Meta File exceeds the max allowable file size as configured in theUpdater- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileExceedsMaxLengthException(java.lang.String fileUrl, int maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileUrl()intgetMaxSize()
-