Package dev.sigstore.tuf
Class FileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.tuf.TufException
-
- dev.sigstore.tuf.FileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileNotFoundException extends TufException
Thrown when a metadata resources was unexpectedly missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNotFoundException(java.lang.String fileName, java.lang.String source)
-