Class ConflictDetectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.model.impl.lens.ConflictDetectedException
All Implemented Interfaces:
Serializable

public class ConflictDetectedException extends Exception
TODO better name An expected conflict was detected by repository, throwing PreconditionViolationException. It is then converted to this one. Should occur on focus objects only. (For now.)
See Also:
  • Constructor Details

    • ConflictDetectedException

      public ConflictDetectedException(String message, Throwable cause)
    • ConflictDetectedException

      public ConflictDetectedException(Throwable cause)