Class SubmoduleConflictException

  • All Implemented Interfaces:
    Serializable

    public class SubmoduleConflictException
    extends ResourceConflictException
    Exception to be thrown if any submodule operation 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

      • SubmoduleConflictException

        public SubmoduleConflictException​(String msg)