com.sun.xml.ws.rx.rm.runtime.sequence
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:
- Serialized Form
|
Constructor Summary |
DuplicateSequenceException(String sequenceId)
Constructs an instance of DuplicateSequenceException for the sequence with sequenceId identifier. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateSequenceException
public DuplicateSequenceException(String sequenceId)
- Constructs an instance of
DuplicateSequenceException for the sequence with sequenceId identifier.
- Parameters:
sequenceId - the identifier of the duplicate sequence.
getSequenceId
public String getSequenceId()
- Returns the identifier of the unknown sequence
- Returns:
- the unknown sequence identifier
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.