MultipleSatisfiedPreconditionException.java revision 2
/*
* Created on Jan 5, 2005
*/
/**
* @author Evren Sirin
*
*/
public class MultipleSatisfiedPreconditionException extends PreconditionException {
}
public String getMessage() {
return "There are multiple different bindings possible for the precondition " +
}
}