public class ConcurrentWriteException
extends com.lexmark.saperion.exceptions.runtime.ClientException
Constructor and Description |
---|
ConcurrentWriteException(com.lexmark.saperion.exceptions.ErrorType error,
Throwable cause)
This is the constructor used for serialization.
|
ConcurrentWriteException(String message,
com.lexmark.saperion.ReferenceType latest,
com.lexmark.saperion.ReferenceType writeAttempt)
This constructor creates a
ConcurrentWriteException that indicates that it was attempted to write on
an entity referenced by given reference while the latest version of the object is referenced by the other given
reference. |
Modifier and Type | Method and Description |
---|---|
ConcurrentWriteDetails |
getErrorDetails() |
createError, getDescriptionParameters, getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConcurrentWriteException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)
error
- the error modelcause
- the cause of the exceptionpublic ConcurrentWriteException(String message, com.lexmark.saperion.ReferenceType latest, com.lexmark.saperion.ReferenceType writeAttempt)
ConcurrentWriteException
that indicates that it was attempted to write on
an entity referenced by given reference while the latest version of the object is referenced by the other given
reference.latest
- a reference to the latest versionwriteAttempt
- the reference on which a write was attemptedmessage
- a detailed error messagepublic ConcurrentWriteDetails getErrorDetails()
getErrorDetails
in class com.lexmark.saperion.exceptions.EcmRuntimeException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.