Class WrongExpectedVersionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrongExpectedVersionException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • WrongExpectedVersionException

        public WrongExpectedVersionException​(@NotNull
                                             @NotNull java.lang.String streamName,
                                             @NotNull
                                             @NotNull StreamRevision nextExpectedRevisionUnsigned,
                                             @NotNull
                                             @NotNull StreamRevision actualRevision)
    • Method Detail

      • getStreamName

        public java.lang.String getStreamName()
      • getNextExpectedRevision

        public StreamRevision getNextExpectedRevision()