Class SystemFieldWriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.lexmark.saperion.exceptions.EcmRuntimeException
-
- com.lexmark.saperion.exceptions.runtime.ClientException
-
- com.lexmark.saperion.exceptions.runtime.IllegalRequestException
-
- com.lexmark.saperion.exceptions.runtime.SystemFieldWriteException
-
- All Implemented Interfaces:
java.io.Serializable
public class SystemFieldWriteException extends com.lexmark.saperion.exceptions.runtime.IllegalRequestException
This exception indicates that the client tried to change a system field manually.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemFieldWriteException(com.lexmark.saperion.archive.ArchiveReferenceType archive, java.util.List<java.lang.String> systemFieldNames)
SystemFieldWriteException(com.lexmark.saperion.exceptions.ErrorType error, java.lang.Throwable cause)
This is the constructor used for serialization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemFieldWriteDetails
getErrorDetails()
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode
-
-
-
-
Constructor Detail
-
SystemFieldWriteException
public SystemFieldWriteException(com.lexmark.saperion.exceptions.ErrorType error, java.lang.Throwable cause)
This is the constructor used for serialization.- Parameters:
error
- the error modelcause
- the cause of the exception
-
SystemFieldWriteException
public SystemFieldWriteException(com.lexmark.saperion.archive.ArchiveReferenceType archive, java.util.List<java.lang.String> systemFieldNames)
-
-
Method Detail
-
getErrorDetails
public SystemFieldWriteDetails getErrorDetails()
- Overrides:
getErrorDetails
in classcom.lexmark.saperion.exceptions.EcmRuntimeException
-
-