Class OutOfOrderException

All Implemented Interfaces:
Serializable

public class OutOfOrderException extends UncheckedDeephavenException
Operations that require input to conform to ordering requirements may throw this exception when out of order data is encountered.
See Also:
  • Constructor Details

    • OutOfOrderException

      public OutOfOrderException(@NotNull @NotNull String reason)