Bumping
Classification trees fail miserably in some cases and in such situations, bumping might be a good method. A stylized example of bumping is as follows : Imagine that there are two covariates x1 and x2 and the true class labels dependend on XORing the two covariates. The orange labels represent one class and blue labels represent another class.
If you run any sort of plain vanilla classification algorithm that does greedy binary splits, the algo will fail.