com.sun.xml.ws.rm.runtime.sequence
Class DuplicateSequenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.rm.RxRuntimeException
                      extended by com.sun.xml.ws.rm.runtime.sequence.DuplicateSequenceException
All Implemented Interfaces:
java.io.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:

See Also:
Serialized Form

Constructor Summary
DuplicateSequenceException(java.lang.String sequenceId)
          Constructs an instance of DuplicateSequenceException for the sequence with sequenceId identifier.
 
Method Summary
 java.lang.String getSequenceId()
          Returns the identifier of the unknown sequence
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateSequenceException

public DuplicateSequenceException(java.lang.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 java.lang.String getSequenceId()
Returns the identifier of the unknown sequence

Returns:
the unknown sequence identifier