Class UnknownEpochException

All Implemented Interfaces:
Serializable

public class UnknownEpochException extends ActiveViamRuntimeException
Runtime exception thrown when a reader requires a version at an epoch in the past and that version has already been abandoned by the multiversion holder.
Author:
ActiveViam
See Also:
  • Constructor Details

    • UnknownEpochException

      public UnknownEpochException()
      Default constructor.
    • UnknownEpochException

      public UnknownEpochException(String message)
      Constructor.
      Parameters:
      message - the detailed message
    • UnknownEpochException

      public UnknownEpochException(Throwable cause)
      Constructor.
      Parameters:
      cause - the cause
    • UnknownEpochException

      public UnknownEpochException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the detailed message
      cause - the cause
    • UnknownEpochException

      public UnknownEpochException(String messageKey, Object... parameters)
      Constructor.
      Parameters:
      messageKey - message template
      parameters - parameters to inject into the message template
    • UnknownEpochException

      public UnknownEpochException(Throwable exception, String messageKey, Object... parameters)
      Constructor.
      Parameters:
      exception - the cause
      messageKey - message template
      parameters - parameters to inject into the message template