Class ConflictImpl

  • All Implemented Interfaces:
    Conflict

    public class ConflictImpl
    extends java.lang.Object
    implements Conflict
    Conflict implementation.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      ConflictImpl​(java.lang.String conflictDescription, java.lang.Throwable cause)
      Initiate.
    • Constructor Detail

      • ConflictImpl

        public ConflictImpl​(java.lang.String conflictDescription,
                            java.lang.Throwable cause)
        Initiate.
        Parameters:
        conflictDescription - Description of the Conflict.
        cause - Cause of the Conflict. May be null.