Class CurrentUpdateSequence

  • All Implemented Interfaces:
    Serializable

    public class CurrentUpdateSequence
    extends EdalException
    Exception that is thrown when a user requests an updatesequence that is equal to the current updatesequence
    Author:
    Jon Blower
    See Also:
    Serialized Form
    • Constructor Detail

      • CurrentUpdateSequence

        public CurrentUpdateSequence​(String updateSequence)
        Creates a new instance of CurrentUpdateSequence
        Parameters:
        updateSequence - The updatesequence requested by the client
      • CurrentUpdateSequence

        public CurrentUpdateSequence​(String message,
                                     Throwable cause)