Class DiscardedEpochException

  • All Implemented Interfaces:
    Serializable

    public class DiscardedEpochException
    extends DiscardedDataException
    The exception that is thrown when trying to access an epoch that has already been discarded.
    Author:
    ActiveViam
    See Also:
    Serialized Form
    • Constructor Detail

      • DiscardedEpochException

        public DiscardedEpochException()
        Default constructor.
      • DiscardedEpochException

        public DiscardedEpochException​(IEpoch epoch)
        Constructor at a given epoch.
        Parameters:
        epoch - the epoch that has been discarded
      • DiscardedEpochException

        public DiscardedEpochException​(String message)
        Constructor without cause.
        Parameters:
        message - the detailed message
      • DiscardedEpochException

        public DiscardedEpochException​(Throwable cause)
        Constructor with a default message.
        Parameters:
        cause - the cause
      • DiscardedEpochException

        public DiscardedEpochException​(String message,
                                       Throwable cause)
        Full constructor.
        Parameters:
        message - the detailed message
        cause - the cause