Package pl.edu.icm.unity.exceptions
Class MergeConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.exceptions.EngineException
-
- pl.edu.icm.unity.exceptions.MergeConflictException
-
- All Implemented Interfaces:
Serializable
public class MergeConflictException extends EngineException
Thrown when there is merge conflict which shall be reported- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MergeConflictException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MergeConflictException
public MergeConflictException(String msg)
-
-