Class ConcurrentWriteDetails

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConcurrentWriteDetails
    extends com.lexmark.saperion.exceptions.ErrorDetailsType
    These are the details of a ConcurrentWriteException.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • 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()  
      • Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType

        setType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConcurrentWriteDetails

        public ConcurrentWriteDetails()
    • 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 class com.lexmark.saperion.exceptions.ErrorDetailsType
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.exceptions.ErrorDetailsType