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:
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()
-
-
-
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()
-
-