public static class NotaryError.TimeWindowInvalid extends NotaryError
Occurs when time specified in the class TimeWindow command is outside the allowed tolerance.
class TimeWindow@JvmField @NotNull public static net.corda.core.flows.NotaryError.TimeWindowInvalid INSTANCE
public static net.corda.core.flows.NotaryError.TimeWindowInvalid.Companion Companion
public TimeWindowInvalid(@NotNull
java.time.Instant currentTime,
@NotNull
TimeWindow txTimeWindow)
Occurs when time specified in the class TimeWindow command is outside the allowed tolerance.
class TimeWindow@NotNull public java.lang.String toString()
@NotNull public java.time.Instant getCurrentTime()
@NotNull public TimeWindow getTxTimeWindow()
@NotNull public java.time.Instant component1()
@NotNull public TimeWindow component2()
@NotNull
public net.corda.core.flows.NotaryError.TimeWindowInvalid copy(@NotNull
java.time.Instant currentTime,
@NotNull
TimeWindow txTimeWindow)
Occurs when time specified in the class TimeWindow command is outside the allowed tolerance.
class TimeWindowpublic int hashCode()
Occurs when time specified in the class TimeWindow command is outside the allowed tolerance.
class TimeWindowpublic boolean equals(@Nullable
java.lang.Object p)
Occurs when time specified in the class TimeWindow command is outside the allowed tolerance.
class TimeWindow