Class ReplicaNotConfiguredException

    • Constructor Detail

      • ReplicaNotConfiguredException

        public ReplicaNotConfiguredException​(String message,
                                             Long cas)
    • Method Detail

      • mutationCas

        public long mutationCas()
        Description copied from interface: OriginalMutationResult
        If the originating operation used to be a mutation and was successful, this getter allows to retrieve the cas value returned.
        Specified by:
        mutationCas in interface OriginalMutationResult
        Returns:
        a long case value or an exception otherwise.