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, throwingPreconditionViolationException. It is then converted to this one. Should occur on focus objects only. (For now.)- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConflictDetectedException(String message, Throwable cause)ConflictDetectedException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -