Class ConcurrentWriteDetails
- java.lang.Object
-
- com.lexmark.saperion.exceptions.ErrorDetailsType
-
- com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
-
- All Implemented Interfaces:
java.io.Serializable
public class ConcurrentWriteDetails extends com.lexmark.saperion.exceptions.ErrorDetailsType
These are the details of aConcurrentWriteException
.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description ConcurrentWriteDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.ReferenceType
getLatest()
java.lang.String
getType()
com.lexmark.saperion.ReferenceType
getWriteAttempt()
void
setLatest(com.lexmark.saperion.ReferenceType latest)
void
setWriteAttempt(com.lexmark.saperion.ReferenceType writeAttempt)
java.lang.String
toString()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLatest
public com.lexmark.saperion.ReferenceType getLatest()
-
setLatest
public void setLatest(com.lexmark.saperion.ReferenceType latest)
-
getWriteAttempt
public com.lexmark.saperion.ReferenceType getWriteAttempt()
-
setWriteAttempt
public void setWriteAttempt(com.lexmark.saperion.ReferenceType writeAttempt)
-
getType
public java.lang.String getType()
- Specified by:
getType
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
-