Class DuplicateSequenceException

  • All Implemented Interfaces:
    Serializable

    public final class DuplicateSequenceException
    extends RxRuntimeException
    Inicates that the sequence with given sequence identifier already exists in a given environment. This exceptions is used under the following conditions:
    • sequence with such sequenceId is already registered and managed by a given sequence manager
    Author:
    Marek Potociar (marek.potociar at sun.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateSequenceException

        public DuplicateSequenceException​(String sequenceId)
        Constructs an instance of DuplicateSequenceException for the sequence with sequenceId identifier.
        Parameters:
        sequenceId - the identifier of the duplicate sequence.
    • Method Detail

      • getSequenceId

        public String getSequenceId()
        Returns the identifier of the unknown sequence
        Returns:
        the unknown sequence identifier