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 Summary
ConstructorsConstructorDescriptionOutdatedRevisionWriteException
(String message, com.lexmark.saperion.document.DocumentRevisionReferenceType givenRevisionReference, com.lexmark.saperion.document.DocumentRevisionReferenceType latestRevisionReference, com.lexmark.saperion.document.DocumentReferenceType documentReference) -
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.document.DocumentReferenceType
com.lexmark.saperion.document.DocumentRevisionReferenceType
com.lexmark.saperion.document.DocumentRevisionReferenceType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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()
-