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

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.UnknownSequenceException
All Implemented Interfaces:
java.io.Serializable

public final class UnknownSequenceException
extends RxRuntimeException

Inicates that the sequence with given sequence identifier is not available. This exceptions is used under the following conditions:

See Also:
Serialized Form

Constructor Summary
UnknownSequenceException(java.lang.String sequenceId)
          Constructs an instance of NoSuchSequenceException 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

UnknownSequenceException

public UnknownSequenceException(java.lang.String sequenceId)
Constructs an instance of NoSuchSequenceException for the sequence with sequenceId identifier.

Parameters:
sequenceId - the identifier of the unknown sequence.
Method Detail

getSequenceId

public java.lang.String getSequenceId()
Returns the identifier of the unknown sequence

Returns:
the unknown sequence identifier