|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.rm.RxRuntimeException
com.sun.xml.ws.rm.runtime.sequence.UnknownSequenceException
public final class UnknownSequenceException
Inicates that the sequence with given sequence identifier is not available. This exceptions is used under the following conditions:
sequenceId
is not registered with a given sequence manager
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 |
---|
public UnknownSequenceException(java.lang.String sequenceId)
NoSuchSequenceException
for the sequence with sequenceId
identifier.
sequenceId
- the identifier of the unknown sequence.Method Detail |
---|
public java.lang.String getSequenceId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |