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:
  • Constructor Details

    • IntegrationConflictException

      public IntegrationConflictException(String msg)
    • IntegrationConflictException

      public IntegrationConflictException(String msg, Throwable why)