com.endeca.itl.recordstore
Class ConcurrentClientStateModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.itl.recordstore.RecordStoreException
              extended by com.endeca.itl.recordstore.ConcurrentClientStateModificationException
All Implemented Interfaces:
Serializable

@WebFault(name="concurrentClientStateModificationFault")
public class ConcurrentClientStateModificationException
extends RecordStoreException

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ConcurrentClientStateModificationException(ClientId clientId, TransactionId currentTxnId)
           
ConcurrentClientStateModificationException(ClientId clientId, TransactionId currentTxnId, TransactionId txnId, GenerationId genId)
           
ConcurrentClientStateModificationException(String message)
           
ConcurrentClientStateModificationException(String message, com.endeca.itl.recordstore.ConcurrentClientStateModificationFaultInfo faultDetail)
           
ConcurrentClientStateModificationException(String message, com.endeca.itl.recordstore.ConcurrentClientStateModificationFaultInfo faultDetail, Throwable cause)
           
 
Method Summary
 com.endeca.itl.recordstore.ConcurrentClientStateModificationFaultInfo getFaultInfo()
          The FaultInfo is essentially just a message that is passed over the wire.
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ConcurrentClientStateModificationException

public ConcurrentClientStateModificationException(String message)

ConcurrentClientStateModificationException

public ConcurrentClientStateModificationException(String message,
                                                  com.endeca.itl.recordstore.ConcurrentClientStateModificationFaultInfo faultDetail)

ConcurrentClientStateModificationException

public ConcurrentClientStateModificationException(ClientId clientId,
                                                  TransactionId currentTxnId,
                                                  TransactionId txnId,
                                                  GenerationId genId)

ConcurrentClientStateModificationException

public ConcurrentClientStateModificationException(ClientId clientId,
                                                  TransactionId currentTxnId)

ConcurrentClientStateModificationException

public ConcurrentClientStateModificationException(String message,
                                                  com.endeca.itl.recordstore.ConcurrentClientStateModificationFaultInfo faultDetail,
                                                  Throwable cause)
Method Detail

getFaultInfo

public com.endeca.itl.recordstore.ConcurrentClientStateModificationFaultInfo getFaultInfo()
Description copied from class: RecordStoreException
The FaultInfo is essentially just a message that is passed over the wire.

Overrides:
getFaultInfo in class RecordStoreException
Returns:
The Fault Info


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.