Class MandatoryConstraintViolationException

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.MandatoryConstraintViolationException
All Implemented Interfaces:
Serializable

public class MandatoryConstraintViolationException extends com.lexmark.saperion.exceptions.runtime.IllegalRequestException
This exception indicates that an create or update operation violated an mandatory constraint.
Author:
jschwarz
See Also:
  • Constructor Details

    • MandatoryConstraintViolationException

      public MandatoryConstraintViolationException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)
      This is the constructor used for serialization.
      Parameters:
      error - the error model
      cause - the cause of the exception
    • MandatoryConstraintViolationException

      public MandatoryConstraintViolationException(com.lexmark.saperion.archive.ArchiveReferenceType archiveReferenceType, List<String> missingFields, Map<String,com.lexmark.saperion.PropertyType> indexData)
  • Method Details