Package com.saperion.exception
Class OutdatedRevisionWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.OutdatedRevisionWriteException
- All Implemented Interfaces:
- Serializable
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 SummaryConstructorsConstructorDescriptionOutdatedRevisionWriteException(String message, com.lexmark.saperion.document.DocumentRevisionReferenceType givenRevisionReference, com.lexmark.saperion.document.DocumentRevisionReferenceType latestRevisionReference, com.lexmark.saperion.document.DocumentReferenceType documentReference) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.lexmark.saperion.document.DocumentReferenceTypecom.lexmark.saperion.document.DocumentRevisionReferenceTypecom.lexmark.saperion.document.DocumentRevisionReferenceTypeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OutdatedRevisionWriteExceptionpublic OutdatedRevisionWriteException(String message, com.lexmark.saperion.document.DocumentRevisionReferenceType givenRevisionReference, com.lexmark.saperion.document.DocumentRevisionReferenceType latestRevisionReference, com.lexmark.saperion.document.DocumentReferenceType documentReference) 
 
- 
- 
Method Details- 
getGivenRevisionReferencepublic com.lexmark.saperion.document.DocumentRevisionReferenceType getGivenRevisionReference()
- 
getLatestRevisionReferencepublic com.lexmark.saperion.document.DocumentRevisionReferenceType getLatestRevisionReference()
- 
getDocumentReferencepublic com.lexmark.saperion.document.DocumentReferenceType getDocumentReference()
 
-