Class OutdatedRevisionWriteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OutdatedRevisionWriteException
    extends SaBasicException
    This exception is thrown when the system detects an attempt to modify an entity that is not a latest revision..
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OutdatedRevisionWriteException​(java.lang.String message, com.lexmark.saperion.document.DocumentRevisionReferenceType givenRevisionReference, com.lexmark.saperion.document.DocumentRevisionReferenceType latestRevisionReference, com.lexmark.saperion.document.DocumentReferenceType documentReference)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lexmark.saperion.document.DocumentReferenceType getDocumentReference()  
      com.lexmark.saperion.document.DocumentRevisionReferenceType getGivenRevisionReference()  
      com.lexmark.saperion.document.DocumentRevisionReferenceType getLatestRevisionReference()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • OutdatedRevisionWriteException

        public OutdatedRevisionWriteException​(java.lang.String message,
                                              com.lexmark.saperion.document.DocumentRevisionReferenceType givenRevisionReference,
                                              com.lexmark.saperion.document.DocumentRevisionReferenceType latestRevisionReference,
                                              com.lexmark.saperion.document.DocumentReferenceType documentReference)
    • Method Detail

      • getGivenRevisionReference

        public com.lexmark.saperion.document.DocumentRevisionReferenceType getGivenRevisionReference()
      • getLatestRevisionReference

        public com.lexmark.saperion.document.DocumentRevisionReferenceType getLatestRevisionReference()
      • getDocumentReference

        public com.lexmark.saperion.document.DocumentReferenceType getDocumentReference()