Class OutdatedRevisionWriteException

All Implemented Interfaces:
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:
  • Constructor Details

    • OutdatedRevisionWriteException

      public OutdatedRevisionWriteException(String message, com.lexmark.saperion.document.DocumentRevisionReferenceType givenRevisionReference, com.lexmark.saperion.document.DocumentRevisionReferenceType latestRevisionReference, com.lexmark.saperion.document.DocumentReferenceType documentReference)
  • Method Details

    • getGivenRevisionReference

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

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

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