Class DuplicateSequenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.rx.RxRuntimeException
com.sun.xml.ws.rx.rm.runtime.sequence.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:
  • Constructor Details

    • 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 Details

    • getSequenceId

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