Package dev.sigstore.tuf
Class RoleExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.tuf.TufException
-
- dev.sigstore.tuf.RoleExpiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class RoleExpiredException extends TufException
Thrown when the local trusted role is expired and no valid un-expired new role is found on the remote mirror. TODO: add role type to exception message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleExpiredException(java.lang.String mirrorUrl, java.time.ZonedDateTime updateTime, java.time.ZonedDateTime roleExpirationTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMirrorUrl()java.time.ZonedDateTimegetRoleExpirationTime()java.time.ZonedDateTimegetUpdateTime()
-