Class SystemFieldWriteException

All Implemented Interfaces:
Serializable

public class SystemFieldWriteException extends SaBasicException
This exception indicates that a call tried to write to a system field directly.
Author:
jschwarz
See Also:
  • Constructor Details

    • SystemFieldWriteException

      public SystemFieldWriteException(com.lexmark.saperion.archive.ArchiveReferenceType definition, List<String> systemFieldNames)
  • Method Details

    • getSystemFieldNames

      public List<String> getSystemFieldNames()
      This method returns the names of the system fields that were tried to being written to.
      Returns:
      the names of the system fields that were tried to being written to
    • getArchiveReference

      public com.lexmark.saperion.archive.ArchiveReferenceType getArchiveReference()
      This method returns a reference to the definition where it was attempted to write system fields.
      Returns:
      a reference to the definition where it was attempted to write system fields