Class IntegrationConflictException

  • All Implemented Interfaces:
    Serializable

    public class IntegrationConflictException
    extends ResourceConflictException
    Exception to be thrown if integrating (aka merging) a change into the destination branch is not possible due to conflicts.

    Throwing this exception results in a 409 Conflict response to the calling user. The exception message is returned as error message to the user.

    See Also:
    Serialized Form
    • Constructor Detail

      • IntegrationConflictException

        public IntegrationConflictException​(String msg)
      • IntegrationConflictException

        public IntegrationConflictException​(String msg,
                                            Throwable why)